1 write to idleTimeoutEnabled
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
44this.idleTimeoutEnabled = (settings.IdleTimeout != TimeSpan.MaxValue);
4 references to idleTimeoutEnabled
System.ServiceModel.Internals (4)
System\Runtime\Collections\ObjectCache.cs (4)
161if (this.idleTimeoutEnabled) 178if (this.idleTimeoutEnabled && this.Count > timerThreshold) 220if (this.idleTimeoutEnabled && 241if (!this.leaseTimeoutEnabled && !this.idleTimeoutEnabled)