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