3 references to AttachDebugger
Microsoft.CodeAnalysis.LanguageServer (3)
Testing\TestRunner.DebugTestHostLauncher.cs (3)
21
return
AttachDebugger
(pid, CancellationToken.None);
26
return
AttachDebugger
(pid, cancellationToken);
31
return
AttachDebugger
(attachDebuggerInfo.ProcessId, cancellationToken);