1 write to singletonChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
23
this.
singletonChannelAcceptor
= singletonChannelAcceptor;
2 references to singletonChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (2)
33
if (
singletonChannelAcceptor
!= null)
35
singletonChannelAcceptor
.Enqueue(message, callback);