1 write to UntypedDocument
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
411UntypedDocument = new ItemType(XmlTypeCode.Document, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
3 references to UntypedDocument
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
232public static readonly XmlQueryType UntypedDocument = ItemType.UntypedDocument; 416s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement, UntypedAttribute, NodeNotRtf }; 474return UntypedDocument;