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