2 implementations of Stop
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
66
public void
Stop
()
SocketServer.cs (1)
83
public void
Stop
()
4 references to Stop
Microsoft.TestPlatform.CommunicationUtilities (3)
TestRequestSender.cs (3)
506
_communicationEndpoint.
Stop
();
524
_communicationEndpoint.
Stop
();
806
_communicationEndpoint.
Stop
();
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
170
_communicationEndPoint?.
Stop
();