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