4 references to UntypedAtomicToDateTimeOffset
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
2226
return
UntypedAtomicToDateTimeOffset
((string) value);
2234
if (sourceType == StringType) return
UntypedAtomicToDateTimeOffset
((string) value);
2487
if (destinationType == DateTimeOffsetType ) return
UntypedAtomicToDateTimeOffset
((string)value);
2528
if (sourceType == StringType) return
UntypedAtomicToDateTimeOffset
((string) value);