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