2 references to EnqueueWithoutDispatch
System.ServiceModel.Internals (2)
System\Runtime\InputQueue.cs (2)
340
return
EnqueueWithoutDispatch
(new Item(item, dequeuedCallback));
346
return
EnqueueWithoutDispatch
(new Item(exception, dequeuedCallback));