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