2 implementations of GetTestHostConnectionInfo
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
161
public TestHostConnectionInfo
GetTestHostConnectionInfo
()
Hosting\DotnetTestHostManager.cs (1)
217
public TestHostConnectionInfo
GetTestHostConnectionInfo
()
2 references to GetTestHostConnectionInfo
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
63
runtimeProvider.
GetTestHostConnectionInfo
(),
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
202
TestHostConnectionInfo testHostConnectionInfo = TestHostManager.
GetTestHostConnectionInfo
();