4 references to Parent
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1982case QilNodeType.Parent:
System\Xml\Xsl\QIL\QilFactory.cs (1)
696QilUnary n = new QilUnary(QilNodeType.Parent, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
111QilNodeType.Parent => CheckParent((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
194QilNodeType.Parent => VisitParent((QilUnary)n),