2 writes to baseOfDll
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
444moduleInfo.baseOfDll = module.modBaseAddr; 673moduleInfo.baseOfDll = ntModuleInfo.BaseOfDll;
1 reference to baseOfDll
System (1)
services\monitoring\system\diagnosticts\ProcessModule.cs (1)
77return moduleInfo.baseOfDll;