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)
1107if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1108if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1109if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1110if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1126if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1127if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1128if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1129if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType);