3 implementations of GetTestHostConnectionInfo
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
156public TestHostConnectionInfo GetTestHostConnectionInfo()
Hosting\DotnetTestHostManager.cs (1)
217public TestHostConnectionInfo GetTestHostConnectionInfo()
Hosting\MtpTestRuntimeProvider.cs (1)
87TestHostConnectionInfo ITestRuntimeProvider.GetTestHostConnectionInfo() => throw new NotSupportedException(NotSupportedMessage);
2 references to GetTestHostConnectionInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
63runtimeProvider.GetTestHostConnectionInfo(),
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
203TestHostConnectionInfo testHostConnectionInfo = TestHostManager.GetTestHostConnectionInfo();