3 references to Item
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
328EnqueueAndDispatch(new Item(exception, dequeuedCallback), canDispatchOnThisThread); 346return EnqueueWithoutDispatch(new Item(exception, dequeuedCallback)); 387outstandingReaders[i].Set(new Item(exception, null));