2 instantiations of SocketClient
Microsoft.TestPlatform.CommunicationUtilities (2)
CommunicationEndpointFactory.cs (1)
17
ICommunicationEndPoint endPoint = role == ConnectionRole.Host ? new SocketServer() : new
SocketClient
();
TestRequestSender.cs (1)
818
return new
SocketClient
();