2 references to XmlAtomicValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
2129if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(SchemaType, (string)value, nsResolver)); 2217if (sourceType == StringType) return (new XmlAtomicValue(SchemaType, (string)value, nsResolver));