4 references to Parent
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1829case QilNodeType.Parent:
System\Xml\Xsl\QIL\QilFactory.cs (1)
690QilUnary n = new QilUnary(QilNodeType.Parent, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
115case QilNodeType.Parent: return CheckParent((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
187case QilNodeType.Parent: return VisitParent((QilUnary)n);