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