3 writes to changeState
System.Xml.Linq (3)
System\Xml\Linq\XComponentModel.cs (3)
225changeState = null; 236changeState = null; 250changeState = 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)
224if (e != null && changeState == e) { 235else if (changeState == e) {