5 writes to Attached
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);
2 references to Attached
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
398if (!ackPayload.Attached) 403return ackPayload.Attached;