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