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