1 write to BaseAddress
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
74module.BaseAddress = new IntPtr((void*)parsedLine.StartAddress);
1 reference to BaseAddress
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
53(long)module.BaseAddress + module.ModuleMemorySize == parsedLine.StartAddress)