12 instantiations of StartTestSessionCompleteEventArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
201new()
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
423eventsHandler?.HandleStartTestSessionComplete(new()); 501eventsHandler?.HandleStartTestSessionComplete(new()); 524eventsHandler?.HandleStartTestSessionComplete(new()); 599eventsHandler?.HandleStartTestSessionComplete(new());
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
626eventsHandler.HandleStartTestSessionComplete(new());
vstest.console (3)
InProcessVsTestConsoleWrapper.cs (1)
296eventsHandler.HandleStartTestSessionComplete(new());
TestPlatformHelpers\TestRequestManager.cs (2)
522eventsHandler.HandleStartTestSessionComplete(new() 554eventsHandler.HandleStartTestSessionComplete(new());
vstest.console.arm64 (3)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
296eventsHandler.HandleStartTestSessionComplete(new());
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
522eventsHandler.HandleStartTestSessionComplete(new() 554eventsHandler.HandleStartTestSessionComplete(new());
5 references to StartTestSessionCompleteEventArgs
Microsoft.VisualStudio.TestPlatform.Client (3)
TestSession\InProcessTestSessionEventsHandler.cs (2)
15public EventHandler<StartTestSessionCompleteEventArgs?>? StartTestSessionCompleteEventHandler { get; set; } 43public void HandleStartTestSessionComplete(StartTestSessionCompleteEventArgs? eventArgs)
TestSession\TestSessionEventsHandler.cs (1)
32public void HandleStartTestSessionComplete(StartTestSessionCompleteEventArgs? eventArgs)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITestSessionEventsHandler.cs (1)
16void HandleStartTestSessionComplete(StartTestSessionCompleteEventArgs? eventArgs);
Client\Payloads\StartTestSessionAckPayload.cs (1)
19public StartTestSessionCompleteEventArgs? EventArgs { get; set; }