1 instantiation of CompletedAsyncResult
System.ServiceModel.Internals (1)
System\Runtime\BufferedOutputStream.cs (1)
151return new CompletedAsyncResult(callback, state);
2 references to CompletedAsyncResult
System.ServiceModel.Internals (2)
System\Runtime\BufferedOutputStream.cs (1)
156CompletedAsyncResult.End(result);
System\Runtime\CompletedAsyncResult.cs (1)
23AsyncResult.End<CompletedAsyncResult>(result);