11 references to CheckLockedElement
System.Configuration.ConfigurationManager (11)
System\Configuration\ConfigurationElement.cs (1)
1507CheckLockedElement(propertyName, null);
System\Configuration\ConfigurationElementCollection.cs (10)
82CheckLockedElement(_clearElement, null); // has clear been locked? 83CheckLockedElement(_removeElement, null); // has remove been locked? Clear implies remove 626CheckLockedElement(ElementName, null); 631CheckLockedElement(_addElement, null); 751CheckLockedElement(_removeElement, null); // has remove been locked? 909CheckLockedElement(_clearElement, null); // has clear been locked? 910CheckLockedElement(_removeElement, null); // has remove been locked? Clear implies remove 983CheckLockedElement(_removeElement, null); // has remove been locked? 1004CheckLockedElement(_removeElement, null); // has remove been locked? 1126CheckLockedElement(elementName, reader);