2 references to OnCollectionTimer
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
50
this.lockCollectionTimer = new IOThreadTimer(new Action<object>(
OnCollectionTimer
), null, false);
88
this.
OnCollectionTimer
(null);