2 implementations of AttachDebuggerToTestHost
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
416
public bool
AttachDebuggerToTestHost
()
Hosting\DotnetTestHostManager.cs (1)
790
public bool
AttachDebuggerToTestHost
()
2 references to AttachDebuggerToTestHost
Microsoft.TestPlatform.CommunicationUtilities (2)
TestRequestSender.cs (2)
395
if (!convertedRuntimeProvider.
AttachDebuggerToTestHost
())
438
if (!convertedRuntimeProvider.
AttachDebuggerToTestHost
())