1 write to Output
csc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
385
Output
= output ?? string.Empty;
2 references to Output
csc (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
402
WriteLengthPrefixedString(writer,
Output
);
src\Compilers\Shared\BuildClient.cs (1)
259
tw.Write(completedResponse.
Output
);