2 implementations of Start
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
53public string Start(string endPoint)
SocketServer.cs (1)
59public string? Start(string endPoint)
2 references to Start
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
166var endpoint = _communicationEndpoint.Start(_connectionInfo.Endpoint);
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
139_communicationEndPoint.Start(ConnectionInfo.Endpoint);