1 instantiation of EditorAttachDebuggerAckPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1455var ackPayload = new EditorAttachDebuggerAckPayload()
5 references to EditorAttachDebuggerAckPayload
Microsoft.TestPlatform.CommunicationUtilities (1)
Messages\MessageType.cs (1)
205[ProtocolVersion(Version3, typeof(EditorAttachDebuggerAckPayload))]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1455var ackPayload = new EditorAttachDebuggerAckPayload()
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
396var ackPayload = _dataSerializer.DeserializePayload<EditorAttachDebuggerAckPayload>(ackMessage);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Payloads\EditorAttachDebuggerAckPayload.cs (1)
9/// Class used to define the <see cref="EditorAttachDebuggerAckPayload"/> sent by the