5 references to UntypedAtomicType
System.Private.Xml (5)
System\Xml\Schema\XmlValueConverter.cs (1)
2007
private XmlUntypedConverter() : base(DatatypeImplementation.
UntypedAtomicType
)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
807
return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), DatatypeImplementation.
UntypedAtomicType
, false);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
399
s_builtInItemTypes[i] = new ItemType(typeCode, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.
UntypedAtomicType
, false, true, true);
413
UntypedAttribute = new ItemType(XmlTypeCode.Attribute, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.
UntypedAtomicType
, false, false, true);
488
if (contentType == DatatypeImplementation.
UntypedAtomicType
)