1 instantiation of TestProgressStateAwareTerminal
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
96
_terminalWithProgress = new
TestProgressStateAwareTerminal
(terminal, showProgress);
2 references to TestProgressStateAwareTerminal
dotnet (2)
Commands\Test\MTP\Terminal\ITerminal.cs (1)
7
/// An ANSI or non-ANSI terminal that is capable of rendering the messages from <see cref="
TestProgressStateAwareTerminal
"/>.
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
37
private readonly
TestProgressStateAwareTerminal
_terminalWithProgress;