Base:
method
ToInt32
Microsoft.Xml.Schema.XmlBaseConverter.ToInt32(System.Object)
9 references to ToInt32
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (9)
1239if (destinationType == Int32Type) return this.ToInt32(value); 1258if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1259if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1260if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1261if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1294if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1295if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1296if (destinationType == SByteType) return Int32ToSByte(this.ToInt32(value)); 1297if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value));