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