11 references to NodeSDod
System.Private.Xml (11)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3878
else if ((object)typDst == (object)TypeFactory.
NodeSDod
||
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
262
else if ((object)_argXmlTypes[i] == (object)XmlQueryTypeFactory.
NodeSDod
)
267
if ((object)_argXmlTypes[i] == (object)XmlQueryTypeFactory.
NodeSDod
)
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
365
if (clrType == typeof(XPathNavigator[])) return XmlQueryTypeFactory.
NodeSDod
;
367
if (clrType == typeof(XPathNodeIterator)) return XmlQueryTypeFactory.
NodeSDod
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
1031
return TF.
NodeSDod
;
1103
get { return (object)this == (object)
NodeSDod
; }
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
320
XsltMethods.EnsureNodeSet, T.
NodeSDod
, new QilNode[] { n }
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
91
var = _f.TypeAssert(var, XmlQueryTypeFactory.
NodeSDod
);
730
return _f.XsltConvert(n, T.
NodeSDod
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1159
else if (xt == TypeFactory.
NodeSDod
)