4 references to ConfigurationLockCollection
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (3)
297_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, _elementTagName); 315_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, _elementTagName); 1681_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, reader.Name);
System\Configuration\ConfigurationLockCollection.cs (1)
39: this(thisElement, lockType, String.Empty) {