1 write to ShowPassedTests
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
647ShowPassedTests = showPassedTests,
2 references to ShowPassedTests
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
759if (outcome != TestOutcome.Passed || _options.ShowPassedTests) 795if (outcome == TestOutcome.Passed && !_options.ShowPassedTests)