5 references to _countersSupported
System.Runtime.Caching (5)
System\Runtime\Caching\MemoryCacheStore.cs (5)
84
if (_perfCounters != null &&
_countersSupported
)
119
if (_perfCounters != null &&
_countersSupported
)
147
if (updatePerfCounters && _perfCounters != null &&
_countersSupported
)
156
if (updatePerfCounters && _perfCounters != null &&
_countersSupported
)
409
if (trimmed > 0 && _perfCounters != null &&
_countersSupported
)