1 write to CompilerHash
csc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
69CompilerHash = compilerHash;
2 references to CompilerHash
csc (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (2)
71Debug.Assert(!string.IsNullOrWhiteSpace(CompilerHash), "A hash value is required to communicate with the server"); 164writer.Write(CompilerHash);