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