1 write to AffectedTestsOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
229
AffectedTestsOption
= new(AffectedTestsOptionName)
5 references to AffectedTestsOption
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
42
bool affectedTests = parseResult.HasOption(definition.
AffectedTestsOption
) || forwardedAffectedTests;
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Test\AotTestCommand.cs (1)
94
&& optionResult.Option != definition.
AffectedTestsOption
)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
42
bool affectedTests = parseResult.HasOption(definition.
AffectedTestsOption
) || forwardedAffectedTests;
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (2)
271
Options.Add(
AffectedTestsOption
);
277
bool affectedTests = commandResult.HasOption(
AffectedTestsOption
);