Base:
method
ChangeType
Microsoft.Xml.Schema.XmlBaseConverter.ChangeType(System.Decimal, System.Type)
2 references to ChangeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1269if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType); 1288if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType);