1 write to _output
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
22
_output
= output;
10 references to _output
dotnet (10)
Commands\Test\MTP\TestApplicationHandler.cs (10)
90
_output
.AssemblyRunStarted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!);
135
_output
.HandshakeFailure(
222
_output
.TestDiscovered(_handshakeInfo.Value.ExecutionId,
268
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
284
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
322
_output
.TestInProgress(
371
_output
.ArtifactAdded(
470
_output
.WriteMessage(text);
480
_output
.AssemblyRunCompleted(_handshakeInfo.Value.ExecutionId, exitCode, outputData, errorData);
484
_output
.HandshakeFailure(_module.TargetPath ?? _module.ProjectFullPath ?? string.Empty, _module.TargetFramework, exitCode, outputData, errorData);