2 references to UntypedDocument
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
819
return XmlQueryTypeFactory.
UntypedDocument
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
235
public static readonly XmlQueryType UntypedNode = TF.Choice(
UntypedDocument
, UntypedElement, UntypedAttribute, Namespace, Text, Comment, PI);