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