1 write to _output
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
21
_output
= output;
8 references to _output
dotnet (8)
Commands\Test\MTP\TestApplicationHandler.cs (8)
32
_output
.HandshakeFailure(
70
_output
.AssemblyRunStarted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId);
111
_output
.TestDiscovered(_handshakeInfo.Value.ExecutionId,
140
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
156
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, testResultMessage.InstanceId!,
193
_output
.ArtifactAdded(
268
_output
.AssemblyRunCompleted(_handshakeInfo.Value.ExecutionId, exitCode, outputData, errorData);
272
_output
.HandshakeFailure(_module.TargetPath ?? _module.ProjectFullPath ?? string.Empty, _module.TargetFramework, exitCode, outputData, errorData);