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)
506_communicationEndpoint.Stop(); 524_communicationEndpoint.Stop(); 806_communicationEndpoint.Stop();
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
170_communicationEndPoint?.Stop();