1 write to TotalMemoryMB
dotnet (1)
PerformanceLogEventSource.cs (1)
439TotalMemoryMB = (int)Convert.ToUInt64(tokens[1]) / 1024;
3 references to TotalMemoryMB
dotnet (3)
PerformanceLogEventSource.cs (3)
256MemoryConfiguration(memInfo.MemoryLoad, memInfo.AvailableMemoryMB, memInfo.TotalMemoryMB); 408get { return (int)((double)(TotalMemoryMB - AvailableMemoryMB) / TotalMemoryMB * 100); }