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)
65_communicationManager.AcceptClientAsync();
DataCollectionTestCaseEventHandler.cs (1)
63_communicationManager.AcceptClientAsync();
SocketTransport.cs (1)
41_communicationManager.AcceptClientAsync();
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
93_communicationManager.AcceptClientAsync(); 136_communicationManager.AcceptClientAsync(), timeoutSource.Token).ConfigureAwait(false);