1 implementation of AttachDebuggerToProcess
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
352
public bool
AttachDebuggerToProcess
(AttachDebuggerInfo attachDebuggerInfo, CancellationToken cancellationToken)
1 reference to AttachDebuggerToProcess
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
47
return _designModeClient.
AttachDebuggerToProcess
(attachDebuggerInfo, cancellationToken);