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