6 writes to Attached
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\361d1da7f942c932\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)
1072Attached = false, 1092ackPayload.Attached = launcher3.AttachDebuggerToProcess(attachDebuggerInfo, CancellationToken.None); 1095ackPayload.Attached = launcher2.AttachDebuggerToProcess(attachDebuggerPayload.ProcessID); 1111ackPayload.Attached = launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = pid }, CancellationToken.None); 1114ackPayload.Attached = launcher2.AttachDebuggerToProcess(pid);
4 references to Attached
Microsoft.TestPlatform.CommunicationUtilities (2)
Generated\361d1da7f942c932\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)
383if (!ackPayload.Attached) 388return ackPayload.Attached;