25 references to ItemS
System.Data.SqlXml (25)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
138Debug.Assert(iter.XmlType == TypeFactory.ItemS, "IlGen currently only supports parameters of type item*."); 154this.helper.LoadInteger(this.helper.StaticData.DeclareXmlType(XmlQueryTypeFactory.ItemS)); 236Debug.Assert(iter.XmlType == TypeFactory.ItemS, "IlGen currently only supports default values in parameters of type item*."); 3535if (!GetXsltConvertMethod(typSrc.IsSingleton ? TypeFactory.Item : TypeFactory.ItemS, typDst, out meth)) 3562else if ((object) typSrc == (object) TypeFactory.ItemS) meth = XmlILMethods.ItemsToBool; 3577else if ((object) typSrc == (object) TypeFactory.ItemS) meth = XmlILMethods.ItemsToDbl; 3592else if ((object) typSrc == (object) TypeFactory.ItemS) meth = XmlILMethods.ItemsToNode; 3598else if ((object) typSrc == (object) TypeFactory.ItemS) meth = XmlILMethods.ItemsToNodes; 3605else if ((object) typSrc == (object) TypeFactory.ItemS) meth = XmlILMethods.ItemsToStr;
System\Xml\Xsl\QIL\QilTypeChecker.cs (3)
176return XmlQueryTypeFactory.ItemS; 329return XmlQueryTypeFactory.ItemS; 846return XmlQueryTypeFactory.ItemS;
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
292return (IList<XPathItem>) this.runtime.ChangeTypeXsltResult(XmlQueryTypeFactory.ItemS, objRet);
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
374return XmlQueryTypeFactory.ItemS;
System\Xml\Xsl\XPath\XPathQilFactory.cs (4)
125left = TypeAssert(left, T.ItemS); 126right = TypeAssert(right, T.ItemS); 140left = TypeAssert(left, T.ItemS); 141right = TypeAssert(right, T.ItemS);
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
78Debug.Assert(invokeType == T.ItemS, "Actual argument type is not a subtype of formal argument type");
System\Xml\Xsl\Xslt\QilGenerator.cs (5)
253initBinding = f.TypeAssert(initBinding, T.ItemS); 354return T.ItemS; 368default : return T.ItemS; 1264varValue = f.TypeAssert(varValue, T.ItemS); 1918return f.TypeAssert(f.Sequence(), T.ItemS);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1025} else if (xt == TypeFactory.ItemS) {