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