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