2 writes to _refreshAfterMemory
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsSnapshotProvider.cs (2)
83_refreshAfterMemory = timeProvider.GetUtcNow(); 145_refreshAfterMemory = now.Add(_memoryRefreshInterval);
2 references to _refreshAfterMemory
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsSnapshotProvider.cs (2)
132if (now < _refreshAfterMemory) 141if (now >= _refreshAfterMemory)