5 writes to Attached
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (5)
VsTestConsoleRequestSender.cs (5)
1457
Attached
= false,
1477
ackPayload.
Attached
= launcher3.AttachDebuggerToProcess(attachDebuggerInfo, CancellationToken.None);
1480
ackPayload.
Attached
= launcher2.AttachDebuggerToProcess(attachDebuggerPayload.ProcessID);
1496
ackPayload.
Attached
= launcher3.AttachDebuggerToProcess(new AttachDebuggerInfo { ProcessId = pid }, CancellationToken.None);
1499
ackPayload.
Attached
= launcher2.AttachDebuggerToProcess(pid);
2 references to Attached
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
398
if (!ackPayload.
Attached
)
403
return ackPayload.
Attached
;