1 implementation of StopServer
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
153
public 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
();