Base:
method
ToDateTime
Microsoft.Xml.Schema.XmlBaseConverter.ToDateTime(System.DateTimeOffset)
2 references to ToDateTime
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1592if (sourceType == DateTimeOffsetType) return this.ToDateTime((DateTimeOffset)value); 1757if (destinationType == DateTimeType) return this.ToDateTime((DateTimeOffset)value);