4 references to UntypedAtomicToDateTime
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
2446return UntypedAtomicToDateTime((string)value); 2454if (sourceType == StringType) return UntypedAtomicToDateTime((string)value); 2757if (destinationType == DateTimeType) return UntypedAtomicToDateTime((string)value); 2801if (sourceType == StringType) return UntypedAtomicToDateTime((string)value);