2 writes to ModuleMemorySize
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (2)
56module.ModuleMemorySize += parsedLine.Size; 66ModuleMemorySize = parsedLine.Size,
1 reference to ModuleMemorySize
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
53(long)module.BaseAddress + module.ModuleMemorySize == parsedLine.StartAddress)