3 writes to changeState
System.Xml.Linq (3)
System\Xml\Linq\XComponentModel.cs (3)
225
changeState
= null;
236
changeState
= null;
250
changeState
= e != null && value.element == e.parent && value.name == e.Name && value.element.Element(value.name) == e ? e : null;
2 references to changeState
System.Xml.Linq (2)
System\Xml\Linq\XComponentModel.cs (2)
224
if (e != null &&
changeState
== e) {
235
else if (
changeState
== e) {