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