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