10 references to AbortTestRun
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
479_channel?.Send(_dataSerializer.SerializeMessage(MessageType.AbortTestRun));
Microsoft.TestPlatform.CrossPlatEngine (7)
EventHandlers\TestRequestHandler.cs (7)
379goto case MessageType.AbortTestRun; 405goto case MessageType.AbortTestRun; 435goto case MessageType.AbortTestRun; 462goto case MessageType.AbortTestRun; 496goto case MessageType.AbortTestRun; 531goto case MessageType.AbortTestRun; 558case MessageType.AbortTestRun:
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
802_communicationManager.SendMessage(MessageType.AbortTestRun);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
248case MessageType.AbortTestRun: