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