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