6 writes to Attached
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\33\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)obj).Attached = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (5)
VsTestConsoleRequestSender.cs (5)
1457Attached = false, 1477ackPayload.Attached = launcher3.AttachDebuggerToProcess(attachDebuggerInfo, CancellationToken.None); 1480ackPayload.Attached = launcher2.AttachDebuggerToProcess(attachDebuggerPayload.ProcessID); 1496ackPayload.Attached = launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = pid }, CancellationToken.None); 1499ackPayload.Attached = launcher2.AttachDebuggerToProcess(pid);
4 references to Attached
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\33\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (2)
60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)obj).Attached, 108writer.WriteBoolean(PropName_Attached, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.EditorAttachDebuggerAckPayload)value).Attached);
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
398if (!ackPayload.Attached) 403return ackPayload.Attached;