1 write to _clearElement
System.Configuration (1)
System\Configuration\ConfigurationElementCollection.cs (1)
92_clearElement = value;
7 references to _clearElement
System.Configuration (7)
System\Configuration\ConfigurationElementCollection.cs (7)
86return _clearElement; 239EmitClear = (saveMode == ConfigurationSaveMode.Full && (_clearElement.Length != 0)) || 426CheckLockedElement(_clearElement, null); // has clear been locked? 885CheckLockedElement(_clearElement, null); // has clear been locked? 1028if (bEmitClearTag == true && (_clearElement.Length != 0)) { 1030writer.WriteStartElement(_clearElement); 1099else if (elementName == _clearElement) {