3 references to OpenStandardOutput
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
831
using (var stream = isError ? Console.OpenStandardError() : Console.
OpenStandardOutput
())
Microsoft.CodeAnalysis.LanguageServer (1)
Program.cs (1)
142
server = new LanguageServerHost(Console.OpenStandardInput(), Console.
OpenStandardOutput
(), exportProvider, languageServerLogger, typeRefResolver);
Stress.ApiService (1)
ConsoleStresser.cs (1)
11
var stdout = Console.
OpenStandardOutput
();