7 references to XmlAtomicValue
System.Private.Xml (7)
System\Xml\Schema\XmlValueConverter.cs (6)
1036
if (destinationType == XmlAtomicValueType) return (new
XmlAtomicValue
(SchemaType!, (int)value));
1037
if (destinationType == XPathItemType) return (new
XmlAtomicValue
(SchemaType!, (int)value));
1088
if (sourceType == Int32Type) return (new
XmlAtomicValue
(SchemaType!, (int)value));
1096
if (sourceType == Int32Type) return (new
XmlAtomicValue
(SchemaType!, (int)value));
2723
if (destinationType == XmlAtomicValueType) return (new
XmlAtomicValue
(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int)value));
2800
if (sourceType == Int32Type) return (new
XmlAtomicValue
(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int)value));
System\Xml\Xsl\Runtime\XmlILStorageConverter.cs (1)
46
return new
XmlAtomicValue
(runtime.GetXmlType(index).SchemaType, value);