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