1 write to ShowFlakyTests
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
629ShowFlakyTests = GetShowFlakyTests(parseResult.GetArguments()),
2 references to ShowFlakyTests
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
477if (flakyTests > 0 && _options.ShowFlakyTests) 502if (!_options.ShowFlakyTests)