Base:
method
ChangeType
Microsoft.Xml.Schema.XmlBaseConverter.ChangeType(System.Int32, System.Type)
8 references to ChangeType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (8)
1264if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1265if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1266if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1267if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1283if (sourceType == ByteType) return this.ChangeType((int)(byte)value, destinationType); 1284if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1285if (sourceType == SByteType) return this.ChangeType((int)(sbyte)value, destinationType); 1286if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType);