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