3 references to GetCommitHash
csc (3)
BuildProtocol.cs (1)
113
return new BuildRequest(RequestLanguage.CSharpCompile,
GetCommitHash
() ?? "", requestArgs);
BuildServerConnection.cs (2)
51
compilerHash: BuildProtocolConstants.
GetCommitHash
() ?? "",
158
if (string.IsNullOrWhiteSpace(BuildProtocolConstants.
GetCommitHash
()))