1 write to _isDiscovery
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
113
_isDiscovery
= isDiscovery;
5 references to _isDiscovery
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
141
terminal.Append(
_isDiscovery
? CliCommandStrings.DiscoveringTestsFrom : CliCommandStrings.RunningTestsFrom);
154
var assemblyRun = new TestProgressState(Interlocked.Increment(ref _counter), assembly, targetFramework, architecture, sw,
_isDiscovery
);
169
if (
_isDiscovery
)
812
if (!_isHelp && !
_isDiscovery
&& _options.ShowAssembly && _options.ShowAssemblyStartAndComplete)
942
if (!
_isDiscovery
)