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