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