1 write to ArgumentId
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
214ArgumentId = argumentId;
7 references to ArgumentId
VBCSCompiler (7)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
229writer.Write((int)ArgumentId);
src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs (4)
47if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.CurrentDirectory) 51else if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.TempDirectory) 55else if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.LibEnvVariable) 59else if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.CommandLineArgument)
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (2)
65if (request.Arguments.Count == 1 && request.Arguments[0].ArgumentId == BuildProtocolConstants.ArgumentId.Shutdown) 187if (arg.ArgumentId == BuildProtocolConstants.ArgumentId.KeepAlive)