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