2 references to BeginWaitForConnection
System.Core (2)
System\IO\Pipes\Pipe.cs (2)
602
IAsyncResult result =
BeginWaitForConnection
(null, null);
638
return Task.Factory.FromAsync(
BeginWaitForConnection
, EndWaitForConnection, cancellationHelper);