29 references to Item
System.Data.SqlXml (22)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3424
if (xmlTypeFormalArg.TypeCode == XmlTypeCode.
Item
|| !clrTypeFormalArg.IsAssignableFrom(clrTypeActualArg)) {
System\Xml\Xsl\Runtime\XmlQueryContext.cs (2)
271
case XmlTypeCode.
Item
:
281
if (xmlTypeFormalArg.TypeCode == XmlTypeCode.
Item
|| !clrTypeFormalArg.IsAssignableFrom(objActualArgs[i].GetType()))
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
501
case XmlTypeCode.
Item
: {
596
case XmlTypeCode.
Item
: {
622
case XmlTypeCode.
Item
:
715
case XmlTypeCode.
Item
: return true;
System\Xml\Xsl\XmlQueryType.cs (3)
710
/* Item */ XmlTypeCode.
Item
,
711
/* Node */ XmlTypeCode.
Item
,
719
/* AnyAtomicType */ XmlTypeCode.
Item
,
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
189
public static readonly XmlQueryType Item = TF.Type(XmlTypeCode.
Item
, false);
360
case XmlTypeCode.
Item
:
496
case XmlTypeCode.
Item
: this.nodeKinds = XmlNodeKindFlags.Any; break;
749
this.code = XmlTypeCode.
Item
;
880
if (this.code == XmlTypeCode.None || this.code == XmlTypeCode.
Item
)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
678
public static readonly XmlTypeCode[] argAny = {XmlTypeCode.
Item
};
System\Xml\Xsl\XPath\XPathQilFactory.cs (2)
41
Debug.Assert(result == (xt.TypeCode == XmlTypeCode.
Item
|| xt.TypeCode == XmlTypeCode.AnyAtomicType), "What else can it be?");
167
case XmlTypeCode.
Item
: return n;
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (3)
207
case XmlTypeCode.
Item
: break;
246
private static readonly XmlTypeCode[] argFnDocument = {XmlTypeCode.
Item
, XmlTypeCode.Node};
247
private static readonly XmlTypeCode[] argFnKey = {XmlTypeCode.String, XmlTypeCode.
Item
};
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
33
case XmlTypeCode.
Item
:
System.Xml (7)
System\Xml\Schema\XmlSchemaDataType.cs (1)
161
case XmlTypeCode.
Item
:
System\Xml\Schema\XmlSchemaType.cs (2)
57
if (typeCode == XmlTypeCode.
Item
) {
177
return XmlTypeCode.
Item
;
System\Xml\Schema\XmlValueConverter.cs (4)
299
case XmlTypeCode.
Item
:
512
Debug.Assert(this.typeCode == XmlTypeCode.
Item
, "If SchemaType is null, then TypeCode may only be Item, Node, or AnyAtomicType");
2743
public static readonly XmlValueConverter Item = new XmlAnyConverter(XmlTypeCode.
Item
);
3049
if (TypeCode != XmlTypeCode.
Item
)