7 references to EditorAttachDebugger
Microsoft.TestPlatform.CommunicationUtilities (1)
ProtocolVersioning.cs (1)
47/// <see cref="MessageType.EditorAttachDebugger"/>
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (5)
VsTestConsoleRequestSender.cs (5)
471case MessageType.EditorAttachDebugger: 571case MessageType.EditorAttachDebugger: 1185else if (string.Equals(MessageType.EditorAttachDebugger, message.MessageType) || string.Equals(MessageType.EditorAttachDebugger2, message.MessageType)) 1270else if (string.Equals(MessageType.EditorAttachDebugger, message.MessageType)) 1489if (message.MessageType == MessageType.EditorAttachDebugger)
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
377_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId, _protocolConfig.Version);