3 references to GetCommitHash
csc (3)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
113return new BuildRequest(RequestLanguage.CSharpCompile, GetCommitHash() ?? "", requestArgs);
src\Compilers\Shared\BuildServerConnection.cs (2)
75compilerHash: BuildProtocolConstants.GetCommitHash() ?? "", 182if (string.IsNullOrWhiteSpace(BuildProtocolConstants.GetCommitHash()))