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