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