25 references to ItemS
System.Private.Xml (25)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
149Debug.Assert(iter.XmlType == TypeFactory.ItemS, "IlGen currently only supports parameters of type item*."); 165_helper.LoadInteger(_helper.StaticData.DeclareXmlType(XmlQueryTypeFactory.ItemS)); 253Debug.Assert(iter.XmlType == TypeFactory.ItemS, "IlGen currently only supports default values in parameters of type item*."); 3810if (!GetXsltConvertMethod(typSrc.IsSingleton ? TypeFactory.Item : TypeFactory.ItemS, typDst, out meth)) 3839else if ((object)typSrc == (object)TypeFactory.ItemS) meth = XmlILMethods.ItemsToBool; 3857else if ((object)typSrc == (object)TypeFactory.ItemS) meth = XmlILMethods.ItemsToDbl; 3875else if ((object)typSrc == (object)TypeFactory.ItemS) meth = XmlILMethods.ItemsToNode; 3882else if ((object)typSrc == (object)TypeFactory.ItemS) meth = XmlILMethods.ItemsToNodes; 3890else if ((object)typSrc == (object)TypeFactory.ItemS) meth = XmlILMethods.ItemsToStr;
System\Xml\Xsl\QIL\QilTypeChecker.cs (3)
173return XmlQueryTypeFactory.ItemS; 354return XmlQueryTypeFactory.ItemS; 938return XmlQueryTypeFactory.ItemS;
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
318return (IList<XPathItem>)_runtime.ChangeTypeXsltResult(XmlQueryTypeFactory.ItemS, objRet);
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
371return XmlQueryTypeFactory.ItemS;
System\Xml\Xsl\XPath\XPathQilFactory.cs (4)
134left = TypeAssert(left, T.ItemS); 135right = TypeAssert(right, T.ItemS); 150left = TypeAssert(left, T.ItemS); 151right = TypeAssert(right, T.ItemS);
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
86Debug.Assert(invokeType == T.ItemS, "Actual argument type is not a subtype of formal argument type");
System\Xml\Xsl\Xslt\QilGenerator.cs (5)
279initBinding = _f.TypeAssert(initBinding, T.ItemS); 407return T.ItemS; 422default: return T.ItemS; 1500varValue = _f.TypeAssert(varValue, T.ItemS); 2284return _f.TypeAssert(_f.Sequence(), T.ItemS);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1163else if (xt == TypeFactory.ItemS)