7 references to VbcsOption
dotnet (2)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
29
bool vbcscompiler = result.GetValue(BuildServerShutdownCommandParser.
VbcsOption
);
Commands\BuildServer\Shutdown\BuildServerShutdownCommandParser.cs (1)
42
command.Options.Add(
VbcsOption
);
dotnet.Tests (5)
CommandTests\BuildServer\Shutdown\BuildServerShutdownParserTests.cs (5)
24
result.GetValue<bool>(BuildServerShutdownCommandParser.
VbcsOption
).Should().Be(false);
34
result.GetValue<bool>(BuildServerShutdownCommandParser.
VbcsOption
).Should().Be(false);
44
result.GetValue<bool>(BuildServerShutdownCommandParser.
VbcsOption
).Should().Be(true);
54
result.GetValue<bool>(BuildServerShutdownCommandParser.
VbcsOption
).Should().Be(false);
64
result.GetValue<bool>(BuildServerShutdownCommandParser.
VbcsOption
).Should().Be(false);