1 write to CompilerHash
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
69
CompilerHash
= compilerHash;
3 references to CompilerHash
VBCSCompiler (3)
src\Compilers\Core\CommandLine\BuildProtocol.cs (2)
71
Debug.Assert(!string.IsNullOrWhiteSpace(
CompilerHash
), "A hash value is required to communicate with the server");
164
writer.Write(
CompilerHash
);
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
55
if (!string.Equals(request.
CompilerHash
, BuildProtocolConstants.GetCommitHash(), StringComparison.OrdinalIgnoreCase))