3 references to AcceptSocketAsync
Aspire.Cli.Tests (2)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
118
var acceptTask = _listener.
AcceptSocketAsync
();
Commands\PsCommandTests.cs (1)
784
var acceptTask = _listener.
AcceptSocketAsync
();
System.Net.Sockets (1)
System\Net\Sockets\TCPListener.cs (1)
210
TaskToAsyncResult.Begin(
AcceptSocketAsync
(), callback, state);