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)
69if (_pollingInterval > MEMORYSTATUS_INTERVAL_5_SECONDS) 72timer.Change(_pollingInterval, _pollingInterval); 83if (_pollingInterval != newPollingInterval) 86timer.Change(_pollingInterval, _pollingInterval); 92if (_pollingInterval != _configPollingInterval) 95timer.Change(_pollingInterval, _pollingInterval);