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