7 references to Local
System (7)
compmod\system\security\permissions\ResourcePermissionBase.cs (7)
291object currentLocalContent = ((Hashtable)currentContent)[Local]; 294object targetLocalContent = ((Hashtable)targetContent)[Local]; 317newContents[Local] = computerNameValue; 339currentKey != Local && 417if (currentContentKey != Local && currentContentKey != ComputerName) { 430object currentLocalMergedContent = MergeContents(currentContentTable[Local], currentContentTable[ComputerName]); 432object targetLocalMergedContent = MergeContents(targetContentTable[Local], targetContentTable[ComputerName]);