4 references to PrefixOf
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3130case QilNodeType.PrefixOf:
System\Xml\Xsl\QIL\QilFactory.cs (1)
900QilUnary n = new QilUnary(QilNodeType.PrefixOf, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
137QilNodeType.PrefixOf => CheckPrefixOf((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
220QilNodeType.PrefixOf => VisitPrefixOf((QilUnary)n),