7 references to Item
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
3810if (!GetXsltConvertMethod(typSrc.IsSingleton ? TypeFactory.Item : TypeFactory.ItemS, typDst, out meth)) 3838if ((object)typSrc == (object)TypeFactory.Item) meth = XmlILMethods.ItemToBool; 3856else if ((object)typSrc == (object)TypeFactory.Item) meth = XmlILMethods.ItemToDbl; 3874if ((object)typSrc == (object)TypeFactory.Item) meth = XmlILMethods.ItemToNode; 3881if ((object)typSrc == (object)TypeFactory.Item) meth = XmlILMethods.ItemToNodes; 3889else if ((object)typSrc == (object)TypeFactory.Item) meth = XmlILMethods.ItemToStr;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
187public static readonly XmlQueryType ItemS = TF.PrimeProduct(Item, XmlQueryCardinality.ZeroOrMore);