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