6 references to XmlAtomicValue
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (6)
1193
if (destinationType == XmlAtomicValueType) return (new
XmlAtomicValue
(SchemaType, (int)value));
1194
if (destinationType == XPathItemType) return (new
XmlAtomicValue
(SchemaType, (int)value));
1245
if (sourceType == Int32Type) return (new
XmlAtomicValue
(SchemaType, (int)value));
1253
if (sourceType == Int32Type) return (new
XmlAtomicValue
(SchemaType, (int)value));
3245
if (destinationType == XmlAtomicValueType) return (new
XmlAtomicValue
(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int)value));
3332
if (sourceType == Int32Type) return (new
XmlAtomicValue
(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Int), (int)value));