1 write to AffectedTestsOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
229AffectedTestsOption = new(AffectedTestsOptionName)
3 references to AffectedTestsOption
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
37bool affectedTests = parseResult.HasOption(definition.AffectedTestsOption) || forwardedAffectedTests;
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (2)
271Options.Add(AffectedTestsOption); 277bool affectedTests = commandResult.HasOption(AffectedTestsOption);