9 instantiations of StopTestSessionCompleteEventArgs
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
620eventsHandler?.HandleStopTestSessionComplete(new(testSessionInfo)); 689eventsHandler?.HandleStopTestSessionComplete(new(testSessionInfo)); 710eventsHandler?.HandleStopTestSessionComplete(new(testSessionInfo)); 779eventsHandler?.HandleStopTestSessionComplete(new(testSessionInfo));
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
658eventsHandler.HandleStopTestSessionComplete(new(payload?.TestSessionInfo));
vstest.console (2)
InProcessVsTestConsoleWrapper.cs (1)
363eventsHandler.HandleStopTestSessionComplete(new());
TestPlatformHelpers\TestRequestManager.cs (1)
591new()
vstest.console.arm64 (2)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
363eventsHandler.HandleStopTestSessionComplete(new());
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
591new()
5 references to StopTestSessionCompleteEventArgs
Microsoft.VisualStudio.TestPlatform.Client (3)
TestSession\InProcessTestSessionEventsHandler.cs (2)
17public EventHandler<StopTestSessionCompleteEventArgs?>? StopTestSessionCompleteEventHandler { get; set; } 49public void HandleStopTestSessionComplete(StopTestSessionCompleteEventArgs? eventArgs)
TestSession\TestSessionEventsHandler.cs (1)
43public void HandleStopTestSessionComplete(StopTestSessionCompleteEventArgs? eventArgs)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITestSessionEventsHandler.cs (1)
23void HandleStopTestSessionComplete(StopTestSessionCompleteEventArgs? eventArgs);
Client\Payloads\StopTestSessionAckPayload.cs (1)
19public StopTestSessionCompleteEventArgs? EventArgs { get; set; }