1 write to _output
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
22_output = output;
9 references to _output
dotnet (9)
Commands\Test\MTP\TestApplicationHandler.cs (9)
90_output.AssemblyRunStarted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, instanceId!); 97_output.HandshakeFailure( 181_output.TestDiscovered(_handshakeInfo.Value.ExecutionId, 227_output.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, 243_output.TestCompleted(_module.TargetPath, handshakeInfo.TargetFramework, handshakeInfo.Architecture, handshakeInfo.ExecutionId, 281_output.TestInProgress( 330_output.ArtifactAdded( 431_output.AssemblyRunCompleted(_handshakeInfo.Value.ExecutionId, exitCode, outputData, errorData); 435_output.HandshakeFailure(_module.TargetPath ?? _module.ProjectFullPath ?? string.Empty, _module.TargetFramework, exitCode, outputData, errorData);