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)
1268
if (sourceType == UInt32Type) return this.
ChangeType
((long)(uint)value, destinationType);
1287
if (sourceType == UInt32Type) return this.
ChangeType
((long)(uint)value, destinationType);