1 write to UntypedDocument
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
400
UntypedDocument
= new ItemType(XmlTypeCode.Document, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
3 references to UntypedDocument
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
235
public static readonly XmlQueryType UntypedDocument = ItemType.
UntypedDocument
;
405
SpecialBuiltInItemTypes = new XmlQueryType[4] {
UntypedDocument
, UntypedElement, UntypedAttribute, NodeNotRtf };
455
return
UntypedDocument
;