5 references to OpenStandardOutput
Metrics (1)
Program.cs (1)
239
metricFile = new XmlTextWriter(Console.
OpenStandardOutput
(), Console.OutputEncoding);
Metrics.Legacy (1)
src\RoslynAnalyzers\Tools\Metrics\Program.cs (1)
239
metricFile = new XmlTextWriter(Console.
OpenStandardOutput
(), Console.OutputEncoding);
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)
132
server = new LanguageServerHost(Console.OpenStandardInput(), Console.
OpenStandardOutput
(), exportProvider, languageServerLogger, typeRefResolver);
Stress.ApiService (1)
ConsoleStresser.cs (1)
11
var stdout = Console.
OpenStandardOutput
();