11 references to CheckLockedElement
System.Configuration (11)
System\Configuration\ConfigurationElement.cs (1)
1518
CheckLockedElement
(propertyName, null);
System\Configuration\ConfigurationElementCollection.cs (10)
426
CheckLockedElement
(_clearElement, null); // has clear been locked?
427
CheckLockedElement
(_removeElement, null); // has remove been locked? Clear implies remove
593
CheckLockedElement
(ElementName, null);
598
CheckLockedElement
(_addElement, null);
717
CheckLockedElement
(_removeElement, null); // has remove been locked?
885
CheckLockedElement
(_clearElement, null); // has clear been locked?
886
CheckLockedElement
(_removeElement, null); // has remove been locked? Clear implies remove
965
CheckLockedElement
(_removeElement, null); // has remove been locked?
990
CheckLockedElement
(_removeElement, null); // has remove been locked?
1106
CheckLockedElement
(elementName, reader);