2 writes to messageExpiryTimer
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (2)
37this.messageExpiryTimer = new IOThreadTimer(new Action<object>(CleanupExpiredLocks), null, false); 238this.messageExpiryTimer = null;
4 references to messageExpiryTimer
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (4)
38this.messageExpiryTimer.Set(messageTimeoutInterval); 183this.messageExpiryTimer.Set(this.messageTimeoutInterval); 211this.messageExpiryTimer.Set(this.messageTimeoutInterval); 237this.messageExpiryTimer.Cancel();