1 write to Output
vbc (1)
src\Compilers\Shared\BuildProtocol.cs (1)
387
Output
= output ?? string.Empty;
2 references to Output
vbc (2)
src\Compilers\Shared\BuildClient.cs (1)
259
tw.Write(completedResponse.
Output
);
src\Compilers\Shared\BuildProtocol.cs (1)
404
WriteLengthPrefixedString(writer,
Output
);