11 references to NodeSDod
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3595
else if ((object) typDst == (object) TypeFactory.
NodeSDod
||
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
235
else if ((object) this.argXmlTypes[i] == (object) XmlQueryTypeFactory.
NodeSDod
)
239
if ((object) this.argXmlTypes[i] == (object) XmlQueryTypeFactory.
NodeSDod
)
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
368
if (clrType == XPathNavigatorArrayType) return XmlQueryTypeFactory.
NodeSDod
;
370
if (clrType == XPathNodeIteratorType) return XmlQueryTypeFactory.
NodeSDod
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
977
return TF.
NodeSDod
;
1041
get { return (object) this == (object)
NodeSDod
; }
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
287
XsltMethods.EnsureNodeSet, T.
NodeSDod
, new QilNode[] { n }
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
86
var = f.TypeAssert(var, XmlQueryTypeFactory.
NodeSDod
);
601
return f.XsltConvert(n, T.
NodeSDod
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1023
} else if (xt == TypeFactory.
NodeSDod
) {