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