17 references to Add
System.Configuration (17)
System\Configuration\ConfigurationElement.cs (15)
172_lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); // Mark entry as from the parent - read only 183_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); 205_lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); // Mark entry as from the parent - read only 207collection._lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); // add the local copy 229_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy 524_lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); // Mark entry as from the parent - read only 545_lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); // Mark entry as from the parent - read only 1408localLockedAttributesList.Add(attribToLockTrim, ConfigurationValueFlags.Default); // Mark as local 1578_lockedAttributesList.Add(key, ConfigurationValueFlags.Default); // add the local copy 1580_lockedAttributesList.Add(key, ConfigurationValueFlags.Modified | ConfigurationValueFlags.Inherited); // add the local copy 1603_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); 1622_lockedElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy 1661_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy 1894tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default); 1902tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default);
System\Configuration\ConfigurationLockCollection.cs (2)
61Add(key, ConfigurationValueFlags.Inherited); // add the local copy 234Add(key, ConfigurationValueFlags.Inherited); //