Base:
method
ChangeType
System.Xml.Schema.XmlBaseConverter.ChangeType(System.Int32, System.Type)
8 references to ChangeType
System.Xml (8)
System\Xml\Schema\XmlValueConverter.cs (8)
1147
if (sourceType == ByteType) return this.
ChangeType
((int) (byte) value, destinationType);
1148
if (sourceType == Int16Type) return this.
ChangeType
((int) (short) value, destinationType);
1149
if (sourceType == SByteType) return this.
ChangeType
((int) (sbyte) value, destinationType);
1150
if (sourceType == UInt16Type) return this.
ChangeType
((int) (ushort) value, destinationType);
1165
if (sourceType == ByteType) return this.
ChangeType
((int) (byte) value, destinationType);
1166
if (sourceType == Int16Type) return this.
ChangeType
((int) (short) value, destinationType);
1167
if (sourceType == SByteType) return this.
ChangeType
((int) (sbyte) value, destinationType);
1168
if (sourceType == UInt16Type) return this.
ChangeType
((int) (ushort) value, destinationType);