4 references to PrefixOf
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
2908case QilNodeType.PrefixOf:
System\Xml\Xsl\QIL\QilFactory.cs (1)
870QilUnary n = new QilUnary(QilNodeType.PrefixOf, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
141case QilNodeType.PrefixOf: return CheckPrefixOf((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
213case QilNodeType.PrefixOf: return VisitPrefixOf((QilUnary)n);