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