10 references to AbortTestRun
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
499_channel?.Send(_dataSerializer.SerializeMessage(MessageType.AbortTestRun));
Microsoft.TestPlatform.CrossPlatEngine (7)
EventHandlers\TestRequestHandler.cs (7)
386goto case MessageType.AbortTestRun; 412goto case MessageType.AbortTestRun; 442goto case MessageType.AbortTestRun; 469goto case MessageType.AbortTestRun; 503goto case MessageType.AbortTestRun; 538goto case MessageType.AbortTestRun; 565case MessageType.AbortTestRun:
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
422_communicationManager.SendMessage(MessageType.AbortTestRun);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
233case MessageType.AbortTestRun: