Base:
method
ChangeType
System.Xml.Schema.XmlBaseConverter.ChangeType(System.Int32, System.Type)
8 references to ChangeType
System.Private.Xml (8)
System\Xml\Schema\XmlValueConverter.cs (8)
1107
if (sourceType == ByteType) return this.
ChangeType
((int)(byte)value, destinationType);
1108
if (sourceType == Int16Type) return this.
ChangeType
((int)(short)value, destinationType);
1109
if (sourceType == SByteType) return this.
ChangeType
((int)(sbyte)value, destinationType);
1110
if (sourceType == UInt16Type) return this.
ChangeType
((int)(ushort)value, destinationType);
1126
if (sourceType == ByteType) return this.
ChangeType
((int)(byte)value, destinationType);
1127
if (sourceType == Int16Type) return this.
ChangeType
((int)(short)value, destinationType);
1128
if (sourceType == SByteType) return this.
ChangeType
((int)(sbyte)value, destinationType);
1129
if (sourceType == UInt16Type) return this.
ChangeType
((int)(ushort)value, destinationType);