1 write to CompilerHash
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
69CompilerHash = compilerHash;
3 references to CompilerHash
VBCSCompiler (3)
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);
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
55if (!string.Equals(request.CompilerHash, BuildProtocolConstants.GetCommitHash(), StringComparison.OrdinalIgnoreCase))