4 references to UntypedAtomicToDateTimeOffset
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
2073
return
UntypedAtomicToDateTimeOffset
((string)value);
2082
if (sourceType == StringType) return
UntypedAtomicToDateTimeOffset
((string)value);
2338
if (destinationType == DateTimeOffsetType) return
UntypedAtomicToDateTimeOffset
((string)value);
2385
if (sourceType == StringType) return
UntypedAtomicToDateTimeOffset
((string)value);