2 instantiations of TestOptions
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
165
var toolOptions = new
TestOptions
(
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
173
var testOptions = new
TestOptions
(
15 references to TestOptions
dotnet-aot (15)
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
165
var
toolOptions = new TestOptions(
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
173
var
testOptions = new TestOptions(
281
TestOptions
testOptions,
609
private static TerminalTestReporter InitializeOutput(int degreeOfParallelism, ParseResult parseResult,
TestOptions
testOptions)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (7)
23
TestOptions
testOptions,
77
public
TestOptions
TestOptions { get; } = testOptions;
327
processStartInfo.Environment[
TestOptions
.AffectedTestsModeEnvironmentVariable] =
TestOptions
.CollectTestMapMode;
331
processStartInfo.Environment[
TestOptions
.AffectedTestsModeEnvironmentVariable] =
TestOptions
.RunAffectedTestsMode;
335
processStartInfo.Environment.Remove(
TestOptions
.AffectedTestsModeEnvironmentVariable);
parent\dotnet\Commands\Test\MTP\TestApplicationActionQueue.cs (2)
24
TestOptions
testOptions,
78
TestOptions
testOptions,
parent\dotnet\Commands\Test\MTP\TestApplicationHandler.cs (2)
13
private readonly
TestOptions
_options;
26
TestOptions
options,