4 references to OutputEncoding
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
180await remoteService!.JsonRpc.InvokeAsync(nameof(InteractiveHost.Service.RemoteConsoleWriteAsync), InteractiveHost.OutputEncoding.GetBytes(mark), isError).ConfigureAwait(false);
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (2)
152StandardErrorEncoding = OutputEncoding, 153StandardOutputEncoding = OutputEncoding
Interactive\Core\InteractiveHost.Service.cs (1)
142Console.OutputEncoding = OutputEncoding;