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