1 write to idleManager
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
123this.idleManager = idleManager;
12 references to idleManager
System.ServiceModel (12)
System\ServiceModel\Channels\ServiceChannel.cs (12)
128if (this.idleManager != null) 131this.idleManager.RegisterChannel(this, out didIdleAbort); 466if (this.idleManager != null) 468this.idleManager.CompletedActivity(); 1165if (this.idleManager != null && this.idleManager.DidIdleAbort) 1329if (this.idleManager != null) 1331this.idleManager.CancelTimer(); 1365if (this.idleManager != null) 1367this.idleManager.CancelTimer(); 1433if (this.idleManager != null) 1435this.idleManager.CancelTimer();