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