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