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)
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);