3 references to GetValue
System.ServiceModel.Primitives (3)
Internals\System\Runtime\InputQueue.cs (3)
106return new CompletedAsyncResult<T>(item.GetValue(), callback, state); 213return (true, item.GetValue()); 267value = item.GetValue();