1 write to Utf8Output
vbc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
386
Utf8Output
= utf8output;
2 references to Utf8Output
vbc (2)
src\Compilers\Shared\BuildClient.cs (1)
257
return ConsoleUtil.RunWithUtf8Output(completedResponse.
Utf8Output
, textWriter, tw =>
src\Compilers\Shared\BuildProtocol.cs (1)
403
writer.Write(
Utf8Output
);