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