2 references to RunWithUtf8Output
csc (2)
src\Compilers\Shared\BuildClient.cs (1)
257
return ConsoleUtil.
RunWithUtf8Output
(completedResponse.Utf8Output, textWriter, tw =>
src\Compilers\Shared\Csc.cs (1)
28
return ConsoleUtil.
RunWithUtf8Output
(compiler.Arguments.Utf8Output, textWriter, tw => compiler.Run(tw));