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)
56if (_pollingInterval > MEMORYSTATUS_INTERVAL_5_SECONDS) { 58timer.Change(_pollingInterval, _pollingInterval); 68if (_pollingInterval != newPollingInterval) { 70timer.Change(_pollingInterval, _pollingInterval); 76if (_pollingInterval != _configPollingInterval) { 78timer.Change(_pollingInterval, _pollingInterval);