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)
1264
if (sourceType == ByteType) return this.
ChangeType
((int)(byte)value, destinationType);
1265
if (sourceType == Int16Type) return this.
ChangeType
((int)(short)value, destinationType);
1266
if (sourceType == SByteType) return this.
ChangeType
((int)(sbyte)value, destinationType);
1267
if (sourceType == UInt16Type) return this.
ChangeType
((int)(ushort)value, destinationType);
1283
if (sourceType == ByteType) return this.
ChangeType
((int)(byte)value, destinationType);
1284
if (sourceType == Int16Type) return this.
ChangeType
((int)(short)value, destinationType);
1285
if (sourceType == SByteType) return this.
ChangeType
((int)(sbyte)value, destinationType);
1286
if (sourceType == UInt16Type) return this.
ChangeType
((int)(ushort)value, destinationType);