11 references to CheckLockedElement
System.Configuration.ConfigurationManager (11)
System\Configuration\ConfigurationElement.cs (1)
1507CheckLockedElement(propertyName, null);
System\Configuration\ConfigurationElementCollection.cs (10)
85CheckLockedElement(_clearElement, null); // has clear been locked? 86CheckLockedElement(_removeElement, null); // has remove been locked? Clear implies remove 629CheckLockedElement(ElementName, null); 634CheckLockedElement(_addElement, null); 754CheckLockedElement(_removeElement, null); // has remove been locked? 912CheckLockedElement(_clearElement, null); // has clear been locked? 913CheckLockedElement(_removeElement, null); // has remove been locked? Clear implies remove 986CheckLockedElement(_removeElement, null); // has remove been locked? 1007CheckLockedElement(_removeElement, null); // has remove been locked? 1129CheckLockedElement(elementName, reader);