1 write to Value
VBCSCompiler (1)
src\Compilers\Shared\BuildProtocol.cs (1)
218Value = value;
7 references to Value
VBCSCompiler (7)
src\Compilers\Server\VBCSCompiler\BuildProtocolUtil.cs (5)
49currentDirectory = arg.Value; 53tempDirectory = arg.Value; 57libDirectory = arg.Value; 61if (arg.Value is object) 66commandLineArguments[argIndex] = arg.Value;
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
193if (int.TryParse(arg.Value, out result))
src\Compilers\Shared\BuildProtocol.cs (1)
233WriteLengthPrefixedString(writer, Value);