2 references to BeginAccept
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcSocket.cs (1)
33return await Task.Factory.FromAsync(BeginAccept, EndAccept, this).ConfigureAwait(false);
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
736_dataSocket!.BeginAccept(s_acceptCallbackDelegate, this);