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