1 write to ShowAssembly
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
117
ShowAssembly
= true,
5 references to ShowAssembly
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
118
if (_options.
ShowAssembly
&& _options.ShowAssemblyStartAndComplete)
242
if (!_options.
ShowAssembly
&& _assemblies.Count == 1)
253
if (_options.
ShowAssembly
&& _assemblies.Count > 1)
510
if (_options.
ShowAssembly
)
737
if (!_isHelp && !_isDiscovery && _options.
ShowAssembly
&& _options.ShowAssemblyStartAndComplete)