2 references to GetValue
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
110return new CompletedAsyncResult<T>(item.GetValue(), callback, state); 209value = item.GetValue();