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