1 write to Utf8Output
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1585Utf8Output = utf8output,
2 references to Utf8Output
csc (1)
src\roslyn\src\Compilers\Shared\Csc.cs (1)
28return ConsoleUtil.RunWithUtf8Output(compiler.Arguments.Utf8Output, textWriter, tw => compiler.Run(tw));
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
153bool utf8output = compiler.Arguments.Utf8Output;