2 writes to _evaluationElement
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
262
_evaluationElement
= null; // flush the cached element data
1848
_evaluationElement
= new ElementInformation(this);
2 references to _evaluationElement
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
1847
if (
_evaluationElement
== null) {
1850
return
_evaluationElement
;