2 implementations of AttachDebuggerToTestHost
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
409public bool AttachDebuggerToTestHost()
Hosting\DotnetTestHostManager.cs (1)
887public bool AttachDebuggerToTestHost()
2 references to AttachDebuggerToTestHost
Microsoft.TestPlatform.CommunicationUtilities (2)
TestRequestSender.cs (2)
415if (!convertedRuntimeProvider.AttachDebuggerToTestHost()) 458if (!convertedRuntimeProvider.AttachDebuggerToTestHost())