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