2 writes to _refreshAfterMemory
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsSnapshotProvider.cs (2)
78_refreshAfterMemory = timeProvider.GetUtcNow(); 140_refreshAfterMemory = now.Add(_memoryRefreshInterval);
2 references to _refreshAfterMemory
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsSnapshotProvider.cs (2)
128if (now < _refreshAfterMemory) 137if (now >= _refreshAfterMemory)