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