3 writes to parent
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
3768this.parent = null; 3783this.parent = expr; 3785this.parent = parentOld;
3 references to parent
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
3782QilNode parentOld = this.parent; 3815return this.parent != null && this.parent.NodeType == QilNodeType.PositionOf;