9 references to BuildProtocolConstants
VBCSCompiler (9)
src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs (4)
47
if (arg.ArgumentId ==
BuildProtocolConstants
.ArgumentId.CurrentDirectory)
51
else if (arg.ArgumentId ==
BuildProtocolConstants
.ArgumentId.TempDirectory)
55
else if (arg.ArgumentId ==
BuildProtocolConstants
.ArgumentId.LibEnvVariable)
59
else if (arg.ArgumentId ==
BuildProtocolConstants
.ArgumentId.CommandLineArgument)
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (3)
55
if (!string.Equals(request.CompilerHash,
BuildProtocolConstants
.GetCommitHash(), StringComparison.OrdinalIgnoreCase))
65
if (request.Arguments.Count == 1 && request.Arguments[0].ArgumentId ==
BuildProtocolConstants
.ArgumentId.Shutdown)
187
if (arg.ArgumentId ==
BuildProtocolConstants
.ArgumentId.KeepAlive)
src\Compilers\Shared\BuildProtocol.cs (1)
18
using static Microsoft.CodeAnalysis.CommandLine.
BuildProtocolConstants
;
src\Compilers\Shared\BuildServerConnection.cs (1)
78
compilerHash: compilerHash ??
BuildProtocolConstants
.GetCommitHash() ?? "",