1 write to Value
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
216Value = value;
7 references to Value
VBCSCompiler (7)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
231WriteLengthPrefixedString(writer, Value);
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))