2 writes to Utf8Output
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1585
Utf8Output
= utf8output,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1504
.
Utf8Output
= utf8output,
3 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));
vbc (1)
src\roslyn\src\Compilers\Shared\Vbc.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)
152
bool utf8output = compiler.Arguments.
Utf8Output
;