4 references to StrParseQName
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4170
else if (ndName.NodeType == QilNodeType.
StrParseQName
)
System\Xml\Xsl\QIL\QilFactory.cs (1)
516
QilBinary n = new QilBinary(QilNodeType.
StrParseQName
, left, right);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
86
QilNodeType.
StrParseQName
=> CheckStrParseQName((QilBinary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
169
QilNodeType.
StrParseQName
=> VisitStrParseQName((QilBinary)n),