5 references to UnionOfContents
System (5)
compmod\system\security\permissions\ResourcePermissionBase.cs (5)
299
currentLocalMergedContent =
UnionOfContents
(currentLocalContent, currentComputerNameContent);
305
targetLocalMergedContent =
UnionOfContents
(targetLocalContent, targetComputerNameContent);
458
return
UnionOfContents
(content1, content2);
580
Hashtable newPermissionRootTable = (Hashtable)
UnionOfContents
(this.rootTable, targetPermission.rootTable);
610
newContents[targetContentEnumerator.Key] =
UnionOfContents
(currentValue, targetValue);