1 write to _isDiscovery
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
123
_isDiscovery
= isDiscovery;
5 references to _isDiscovery
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
166
terminal.Append(
_isDiscovery
? CliCommandStrings.DiscoveringTestsFrom : CliCommandStrings.RunningTestsFrom);
189
result = new TestProgressState(Interlocked.Increment(ref _counter), assembly, targetFramework, architecture, sw,
_isDiscovery
);
205
if (
_isDiscovery
)
1082
if (!_isHelp && !
_isDiscovery
&& _options.ShowAssembly && _options.ShowAssemblyStartAndComplete)
1348
if (!
_isDiscovery
)