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)
1147if (sourceType == ByteType) return this.ChangeType((int) (byte) value, destinationType); 1148if (sourceType == Int16Type) return this.ChangeType((int) (short) value, destinationType); 1149if (sourceType == SByteType) return this.ChangeType((int) (sbyte) value, destinationType); 1150if (sourceType == UInt16Type) return this.ChangeType((int) (ushort) value, destinationType); 1165if (sourceType == ByteType) return this.ChangeType((int) (byte) value, destinationType); 1166if (sourceType == Int16Type) return this.ChangeType((int) (short) value, destinationType); 1167if (sourceType == SByteType) return this.ChangeType((int) (sbyte) value, destinationType); 1168if (sourceType == UInt16Type) return this.ChangeType((int) (ushort) value, destinationType);