4 references to NamespaceUriOf
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3124
case QilNodeType.
NamespaceUriOf
:
System\Xml\Xsl\QIL\QilFactory.cs (1)
892
QilUnary n = new QilUnary(QilNodeType.
NamespaceUriOf
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
136
QilNodeType.
NamespaceUriOf
=> CheckNamespaceUriOf((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
219
QilNodeType.
NamespaceUriOf
=> VisitNamespaceUriOf((QilUnary)n),