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