1 write to _acceptClientAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
61
_acceptClientAsync
= acceptClientAsync;
1 reference to _acceptClientAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
136
client = await
_acceptClientAsync
(tcpListener).ConfigureAwait(false);