7 references to Item
System.Data.SqlXml (7)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
3535if (!GetXsltConvertMethod(typSrc.IsSingleton ? TypeFactory.Item : TypeFactory.ItemS, typDst, out meth)) 3561if ((object) typSrc == (object) TypeFactory.Item) meth = XmlILMethods.ItemToBool; 3576else if ((object) typSrc == (object) TypeFactory.Item) meth = XmlILMethods.ItemToDbl; 3591if ((object) typSrc == (object) TypeFactory.Item) meth = XmlILMethods.ItemToNode; 3597if ((object) typSrc == (object) TypeFactory.Item) meth = XmlILMethods.ItemToNodes; 3604else if ((object) typSrc == (object) TypeFactory.Item) meth = XmlILMethods.ItemToStr;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
190public static readonly XmlQueryType ItemS = TF.PrimeProduct(Item, XmlQueryCardinality.ZeroOrMore);