1 write to _initialTotalAllocatedBytes
AnalyzerRunner (1)
PerformanceTracker.cs (1)
22_initialTotalAllocatedBytes = initialTotalAllocatedBytes;
2 references to _initialTotalAllocatedBytes
AnalyzerRunner (2)
PerformanceTracker.cs (2)
41public long AllocatedBytes => GC.GetTotalAllocatedBytes(true) - _initialTotalAllocatedBytes; 50var allocatedBytes = GC.GetTotalAllocatedBytes(preciseMemory) - _initialTotalAllocatedBytes;