1 write to _requestHandler
Microsoft.TestPlatform.CommunicationUtilities (1)
EventHandlers\TestRunEventsHandler.cs (1)
28_requestHandler = requestHandler;
5 references to _requestHandler
Microsoft.TestPlatform.CommunicationUtilities (5)
EventHandlers\TestRunEventsHandler.cs (5)
38_requestHandler.SendTestRunStatistics(testRunChangedArgs); 51_requestHandler.SendExecutionComplete(testRunCompleteArgs, lastChunkArgs, runContextAttachments, executorUris); 80_requestHandler.SendLog(level, message); 98return _requestHandler.LaunchProcessWithDebuggerAttached(testProcessStartInfo); 105return _requestHandler.AttachDebuggerToProcess(attachDebuggerInfo);