3 references to Item
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
327EnqueueAndDispatch(new Item(exception, dequeuedCallback), canDispatchOnThisThread); 345return EnqueueWithoutDispatch(new Item(exception, dequeuedCallback)); 386outstandingReaders[i].Set(new Item(exception, null));