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(
284
_output
.TestDiscovered(_handshakeInfo.Value.ExecutionId,
336
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
352
_output
.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId,
392
_output
.TestInProgress(
460
_output
.ArtifactAdded(
540
_output
.WriteMessage(EnsureTrailingNewLine(azureDevOpsLogMessage.LogText));
560
_output
.WriteWarningMessage(displayMessage.Text);
564
_output
.WriteErrorMessage(displayMessage.Text);
570
_output
.WriteMessage(EnsureTrailingNewLine(displayMessage.Text));
614
_output
.WriteMessage(text);
632
_output
.AssemblyRunCompleted(_handshakeInfo.Value.ExecutionId, exitCode, outputData, errorData);
636
_output
.HandshakeFailure(_module.TargetPath ?? _module.ProjectFullPath ?? string.Empty, _module.TargetFramework, exitCode, outputData, errorData);