1 write to _memoryRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsContainerSnapshotProvider.cs (1)
108_memoryRefreshInterval = options.MemoryConsumptionRefreshInterval;
2 references to _memoryRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsContainerSnapshotProvider.cs (2)
230_refreshAfterProcessMemory = now.Add(_memoryRefreshInterval); 258_refreshAfterMemory = now.Add(_memoryRefreshInterval);