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