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