1 write to Value
VBCSCompiler (1)
src\Compilers\Shared\BuildProtocol.cs (1)
218
Value
= value;
11 references to Value
VBCSCompiler (7)
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))
src\Compilers\Shared\BuildProtocol.cs (1)
233
WriteLengthPrefixedString(writer,
Value
);
VBCSCompiler.UnitTests (4)
BuildProtocolTest.cs (4)
27
Assert.Equal("", argument.
Value
);
63
Assert.Equal("directory", read.Arguments[0].
Value
);
66
Assert.Equal("file", read.Arguments[1].
Value
);
79
Assert.Equal("", argument.
Value
);