4 writes to _pollingInterval
System.Runtime.Caching (4)
System\Caching\MemoryCacheStatistics.cs (4)
57
_pollingInterval
= MEMORYSTATUS_INTERVAL_5_SECONDS;
69
_pollingInterval
= newPollingInterval;
77
_pollingInterval
= _configPollingInterval;
198
_pollingInterval
= _configPollingInterval;
9 references to _pollingInterval
System.Runtime.Caching (9)
System\Caching\MemoryCacheStatistics.cs (9)
56
if (
_pollingInterval
> MEMORYSTATUS_INTERVAL_5_SECONDS) {
58
timer.Change(
_pollingInterval
,
_pollingInterval
);
68
if (
_pollingInterval
!= newPollingInterval) {
70
timer.Change(
_pollingInterval
,
_pollingInterval
);
76
if (
_pollingInterval
!= _configPollingInterval) {
78
timer.Change(
_pollingInterval
,
_pollingInterval
);