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