7 references to RazorOption
dotnet (2)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
30
bool razor = result.GetValue(BuildServerShutdownCommandParser.
RazorOption
);
Commands\BuildServer\Shutdown\BuildServerShutdownCommandParser.cs (1)
43
command.Options.Add(
RazorOption
);
dotnet.Tests (5)
CommandTests\BuildServer\Shutdown\BuildServerShutdownParserTests.cs (5)
25
result.GetValue<bool>(BuildServerShutdownCommandParser.
RazorOption
).Should().Be(false);
35
result.GetValue<bool>(BuildServerShutdownCommandParser.
RazorOption
).Should().Be(false);
45
result.GetValue<bool>(BuildServerShutdownCommandParser.
RazorOption
).Should().Be(false);
55
result.GetValue<bool>(BuildServerShutdownCommandParser.
RazorOption
).Should().Be(true);
65
result.GetValue<bool>(BuildServerShutdownCommandParser.
RazorOption
).Should().Be(true);