1 implementation of StopServer
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
153public void StopServer()
5 references to StopServer
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionRequestSender.cs (2)
81_communicationManager?.StopServer(); 91_communicationManager?.StopServer();
DataCollectionTestCaseEventHandler.cs (1)
67_communicationManager?.StopServer();
SocketTransport.cs (1)
75_communicationManager.StopServer();
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
852_communicationManager?.StopServer();