5 references to EditorAttachDebugger
Microsoft.TestPlatform.CommunicationUtilities (1)
ProtocolVersioning.cs (1)
47/// <see cref="MessageType.EditorAttachDebugger"/>
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
VsTestConsoleRequestSender.cs (3)
805else if (string.Equals(MessageType.EditorAttachDebugger, message.MessageType) || string.Equals(MessageType.EditorAttachDebugger2, message.MessageType)) 890else if (string.Equals(MessageType.EditorAttachDebugger, message.MessageType)) 1109if (message.MessageType == MessageType.EditorAttachDebugger)
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
362_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId, _protocolConfig.Version);