4 references to EnqueueAndDispatch
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
31this.acceptor.EnqueueAndDispatch(inputChannel);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
68EnqueueAndDispatch((ChannelInterfaceType)(object)newChannel);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1053replyAcceptor.EnqueueAndDispatch(replySessionChannel); 1065duplexAcceptor.EnqueueAndDispatch(duplexSessionChannel);