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