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