5 references to InternalWaitForCompletion
System.Net.Requests (5)
System\Net\FtpDataStream.cs (1)
293object result = ((LazyAsyncResult)ar).InternalWaitForCompletion()!;
System\Net\FtpWebRequest.cs (4)
567_readAsyncResult?.InternalWaitForCompletion(); 696castedAsyncResult.InternalWaitForCompletion(); 820castedAsyncResult.InternalWaitForCompletion(); 1692_requestCompleteAsyncResult!.InternalWaitForCompletion();