1 write to _memoryRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsSnapshotProvider.cs (1)
81
_memoryRefreshInterval
= options.MemoryConsumptionRefreshInterval;
1 reference to _memoryRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsSnapshotProvider.cs (1)
144
_refreshAfterMemory = now.Add(
_memoryRefreshInterval
);