2 writes to lockCollectionTimer
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
50this.lockCollectionTimer = new IOThreadTimer(new Action<object>(OnCollectionTimer), null, false); 250this.lockCollectionTimer = null;
2 references to lockCollectionTimer
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (2)
249this.lockCollectionTimer.Cancel(); 284this.lockCollectionTimer.Set(this.lockCollectionInterval);