1 write to UntypedDocument
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
411
UntypedDocument
= 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)
232
public static readonly XmlQueryType UntypedDocument = ItemType.
UntypedDocument
;
416
s_specialBuiltInItemTypes = new XmlQueryType[4] {
UntypedDocument
, UntypedElement, UntypedAttribute, NodeNotRtf };
474
return
UntypedDocument
;