4 writes to _pollingInterval
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheStatistics.cs (4)
71
_pollingInterval
= MEMORYSTATUS_INTERVAL_5_SECONDS;
85
_pollingInterval
= newPollingInterval;
94
_pollingInterval
= _configPollingInterval;
264
_pollingInterval
= _configPollingInterval;
9 references to _pollingInterval
System.Runtime.Caching (9)
System\Runtime\Caching\MemoryCacheStatistics.cs (9)
69
if (
_pollingInterval
> MEMORYSTATUS_INTERVAL_5_SECONDS)
72
timer.Change(
_pollingInterval
,
_pollingInterval
);
83
if (
_pollingInterval
!= newPollingInterval)
86
timer.Change(
_pollingInterval
,
_pollingInterval
);
92
if (
_pollingInterval
!= _configPollingInterval)
95
timer.Change(
_pollingInterval
,
_pollingInterval
);