4 references to UntypedAtomicToDateTimeOffset
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
2467return UntypedAtomicToDateTimeOffset((string)value); 2476if (sourceType == StringType) return UntypedAtomicToDateTimeOffset((string)value); 2758if (destinationType == DateTimeOffsetType) return UntypedAtomicToDateTimeOffset((string)value); 2805if (sourceType == StringType) return UntypedAtomicToDateTimeOffset((string)value);