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