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