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