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