1 write to CompilerHash
VBCSCompiler (1)
BuildProtocol.cs (1)
69CompilerHash = compilerHash;
4 references to CompilerHash
VBCSCompiler (3)
BuildProtocol.cs (2)
71Debug.Assert(!string.IsNullOrWhiteSpace(CompilerHash), "A hash value is required to communicate with the server"); 184writer.Write(CompilerHash);
ClientConnectionHandler.cs (1)
55if (!string.Equals(request.CompilerHash, BuildProtocolConstants.GetCommitHash(), StringComparison.OrdinalIgnoreCase))
VBCSCompiler.UnitTests (1)
BuildProtocolTest.cs (1)
59Assert.Equal("HashValue", read.CompilerHash);