3 writes to parent
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
5004this.parent = null; 5022this.parent = expr; 5024this.parent = parentOld;
3 references to parent
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
5021QilNode? parentOld = this.parent; 5058return this.parent != null && this.parent.NodeType == QilNodeType.PositionOf;