1 write to _publisher
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpDataCollectionForwarder.cs (1)
56_publisher = new TestCaseEventsHandler();
5 references to _publisher
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\MTP\MtpDataCollectionForwarder.cs (5)
57_outOfProcManager = new ProxyOutOfProcDataCollectionManager(_sender, _publisher); 105SafeInvoke(() => _publisher.SendTestCaseStart(testCase)); 120SafeInvoke(() => _publisher.SendTestCaseEnd(result.TestCase, result.Outcome)); 124SafeInvoke(() => _publisher.SendTestResult(result)); 138SafeInvoke(() => _publisher.SendSessionEnd());