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