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
207
collection._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
1408
localLockedAttributesList.
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
1894
tempLockList.
Add
(lockedAttributeName, ConfigurationValueFlags.Default);
1902
tempLockList.
Add
(lockedAttributeName, ConfigurationValueFlags.Default);
System\Configuration\ConfigurationLockCollection.cs (2)
61
Add
(key, ConfigurationValueFlags.Inherited); // add the local copy
234
Add
(key, ConfigurationValueFlags.Inherited); //