4 references to EnqueueWithoutDispatch
System.ServiceModel (4)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
138
if (this.Channel.
EnqueueWithoutDispatch
(item, this.DequeueCallback))
148
return this.Channel.
EnqueueWithoutDispatch
(item, this.DequeueCallback);
199
return this.Channel.
EnqueueWithoutDispatch
(item, this.DequeueCallback);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
146
return channel.
EnqueueWithoutDispatch
(item, dequeuedCallback);