10 references to Document
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
721
case XPathNodeType.Root: return code == XmlTypeCode.
Document
;
System\Xml\Xsl\XmlQueryType.cs (1)
559
case XmlTypeCode.
Document
:
System\Xml\Xsl\XmlQueryTypeFactory.cs (8)
195
public static readonly XmlQueryType Document = TF.Type(XmlTypeCode.
Document
, false);
297
/* XPathNodeType.Root */ XmlTypeCode.
Document
,
366
case XmlTypeCode.
Document
:
400
UntypedDocument = new ItemType(XmlTypeCode.
Document
, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
442
case XmlTypeCode.
Document
:
454
if (code == XmlTypeCode.
Document
)
498
case XmlTypeCode.
Document
: this.nodeKinds = XmlNodeKindFlags.Document; break;
760
/* Document */ XmlTypeCode.
Document
,