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
);