Base:
method
ChangeType
System.Xml.Schema.XmlBaseConverter.ChangeType(System.Int64, System.Type)
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1111
if (sourceType == UInt32Type) return this.
ChangeType
((long)(uint)value, destinationType);
1130
if (sourceType == UInt32Type) return this.
ChangeType
((long)(uint)value, destinationType);