Base:
method
ChangeType
Microsoft.Xml.Schema.XmlBaseConverter.ChangeType(System.Int64, System.Type)
2 references to ChangeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1268if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType); 1287if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType);