7 references to _handler
dotnet (7)
Commands\Test\MTP\TestApplication.cs (7)
63_handler.OnTestProcessExited(process.ExitCode, outputAndError[0], outputAndError[1]); 65if (_handler.HasMismatchingTestSessionEventCount()) 296=> _handler.OnHandshakeReceived(handshakeMessage, gotSupportedVersion); 309=> _handler.OnDiscoveredTestsReceived(discoveredTestMessages); 312=> _handler.OnTestResultsReceived(testResultMessage); 315=> _handler.OnFileArtifactsReceived(fileArtifactMessages); 318=> _handler.OnSessionEventReceived(sessionEvent);