2 instantiations of TestOptions
dotnet (2)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
130var toolOptions = new TestOptions(
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
140var testOptions = new TestOptions(
15 references to TestOptions
dotnet (15)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
130var toolOptions = new TestOptions(
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
140var testOptions = new TestOptions( 251TestOptions testOptions, 581private static TerminalTestReporter InitializeOutput(int degreeOfParallelism, ParseResult parseResult, TestOptions testOptions)
Commands\Test\MTP\TestApplication.cs (7)
21TestOptions testOptions, 73public TestOptions TestOptions { get; } = testOptions; 319processStartInfo.Environment[TestOptions.AffectedTestsModeEnvironmentVariable] = TestOptions.CollectTestMapMode; 323processStartInfo.Environment[TestOptions.AffectedTestsModeEnvironmentVariable] = TestOptions.RunAffectedTestsMode; 327processStartInfo.Environment.Remove(TestOptions.AffectedTestsModeEnvironmentVariable);
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
24TestOptions testOptions, 78TestOptions testOptions,
Commands\Test\MTP\TestApplicationHandler.cs (2)
13private readonly TestOptions _options; 26TestOptions options,