1 implementation of AcceptClientAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
112public async Task AcceptClientAsync()
5 references to AcceptClientAsync
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionRequestSender.cs (1)
60_communicationManager.AcceptClientAsync();
DataCollectionTestCaseEventHandler.cs (1)
54_communicationManager.AcceptClientAsync();
SocketTransport.cs (1)
41_communicationManager.AcceptClientAsync();
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
94_communicationManager.AcceptClientAsync(); 137_communicationManager.AcceptClientAsync(), timeoutSource.Token).ConfigureAwait(false);