3 references to IntersectContents
System (3)
compmod\system\security\permissions\ResourcePermissionBase.cs (3)
270Hashtable newPermissionRootTable = (Hashtable)IntersectContents(this.rootTable, targetPermission.rootTable); 309object computerNameValue = IntersectContents(currentLocalMergedContent, targetLocalMergedContent); 344object newValue = IntersectContents(currentValue, targetValue);