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);