4 references to UntypedAtomicToDateTime
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
2052
return
UntypedAtomicToDateTime
((string)value);
2060
if (sourceType == StringType) return
UntypedAtomicToDateTime
((string)value);
2337
if (destinationType == DateTimeType) return
UntypedAtomicToDateTime
((string)value);
2381
if (sourceType == StringType) return
UntypedAtomicToDateTime
((string)value);