10 references to Document
System.Private.Xml (10)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
765
case XPathNodeType.Root: return code == XmlTypeCode.
Document
;
System\Xml\Xsl\XmlQueryType.cs (1)
572
case XmlTypeCode.
Document
:
System\Xml\Xsl\XmlQueryTypeFactory.cs (8)
192
public static readonly XmlQueryType Document = TF.Type(XmlTypeCode.
Document
, false);
303
/* XPathNodeType.Root */ XmlTypeCode.
Document
,
377
case XmlTypeCode.
Document
:
411
UntypedDocument = new ItemType(XmlTypeCode.
Document
, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
459
case XmlTypeCode.
Document
:
473
if (code == XmlTypeCode.
Document
)
519
XmlTypeCode.
Document
=> XmlNodeKindFlags.Document,
795
/* Document */ XmlTypeCode.
Document
,