2 references to CompletedAsyncResult
System.ServiceModel.Internals (2)
System\Runtime\InputQueue.cs (2)
111
return new
CompletedAsyncResult
<T>(item.GetValue(), callback, state);
138
return new
CompletedAsyncResult
<bool>(true, callback, state);