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