1 write to _isDiscovery
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
101
_isDiscovery
= isDiscovery;
5 references to _isDiscovery
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
129
terminal.Append(
_isDiscovery
? CliCommandStrings.DiscoveringTestsFrom : CliCommandStrings.RunningTestsFrom);
142
var assemblyRun = new TestProgressState(Interlocked.Increment(ref _counter), assembly, targetFramework, architecture, sw,
_isDiscovery
);
157
if (
_isDiscovery
)
740
if (!_isHelp && !
_isDiscovery
&& _options.ShowAssembly && _options.ShowAssemblyStartAndComplete)
863
if (!
_isDiscovery
)