2 writes to LeaseTimeout
System.ServiceModel.Internals (2)
System\Runtime\Collections\ObjectCacheSettings.cs (2)
23this.LeaseTimeout = DefaultLeaseTimeout; 31this.LeaseTimeout = other.LeaseTimeout;
3 references to LeaseTimeout
System.ServiceModel.Internals (3)
System\Runtime\Collections\ObjectCache.cs (2)
47this.leaseTimeoutEnabled = (settings.LeaseTimeout != TimeSpan.MaxValue); 226(now - cacheItem.CreationTime) >= this.settings.LeaseTimeout)
System\Runtime\Collections\ObjectCacheSettings.cs (1)
31this.LeaseTimeout = other.LeaseTimeout;