1 write to _output
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
31
_output
= output;
15 references to _output
dotnet (15)
Commands\Test\MTP\TestApplicationHandler.cs (15)
123
_output
.AssemblyRunStarted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!, attemptNumber.Value);
127
_output
.AssemblyRunStarted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!);
191
_output
.HandshakeFailure(
282
_output
.TestDiscovered(_handshakeInfo.Value.ExecutionId,
334
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
350
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
390
_output
.TestInProgress(
458
_output
.ArtifactAdded(
538
_output
.WriteMessage(EnsureTrailingNewLine(azureDevOpsLogMessage.LogText));
558
_output
.WriteWarningMessage(displayMessage.Text);
562
_output
.WriteErrorMessage(displayMessage.Text);
568
_output
.WriteMessage(EnsureTrailingNewLine(displayMessage.Text));
612
_output
.WriteMessage(text);
630
_output
.AssemblyRunCompleted(_handshakeInfo.Value.ExecutionId, exitCode, outputData, errorData);
634
_output
.HandshakeFailure(_module.TargetPath ?? _module.ProjectFullPath ?? string.Empty, _module.TargetFramework, exitCode, outputData, errorData);