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