1 write to leaseTimeoutEnabled
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
47this.leaseTimeoutEnabled = (settings.LeaseTimeout != TimeSpan.MaxValue);
3 references to leaseTimeoutEnabled
System.ServiceModel.Internals (3)
System\Runtime\Collections\ObjectCache.cs (3)
137if (this.leaseTimeoutEnabled) 225else if (this.leaseTimeoutEnabled && 241if (!this.leaseTimeoutEnabled && !this.idleTimeoutEnabled)