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