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