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