2 writes to sizeOfImage
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
445moduleInfo.sizeOfImage = module.modBaseSize; 671moduleInfo.sizeOfImage = ntModuleInfo.SizeOfImage;
1 reference to sizeOfImage
System (1)
services\monitoring\system\diagnosticts\ProcessModule.cs (1)
90return moduleInfo.sizeOfImage;