1 instantiation of TerminalTestReporterOptions
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
645var output = new TerminalTestReporter(console, new TerminalTestReporterOptions()
2 references to TerminalTestReporterOptions
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
44private readonly TerminalTestReporterOptions _options; 87public TerminalTestReporter(IConsole console, TerminalTestReporterOptions options)