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