3 references to EnqueueWithoutDispatch
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
113
if (Channel.
EnqueueWithoutDispatch
(item, DequeueCallback))
123
return Channel.
EnqueueWithoutDispatch
(item, DequeueCallback);
174
return Channel.
EnqueueWithoutDispatch
(item, DequeueCallback);