3 references to SnapshotChannelDispatchers
System.ServiceModel (3)
System\ServiceModel\ServiceHost.cs (3)
849return new OpenCollectionAsyncResult(timeout, callback, state, this.SnapshotChannelDispatchers()); 1118foreach (ICommunicationObject channelDispatcher in this.SnapshotChannelDispatchers()) 1533IList<ICommunicationObject> channelDispatchers = this.serviceHost.SnapshotChannelDispatchers();