9 references to Int32
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1301SqlBuffer.StorageType.Int32, // Int
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
263if (StorageType.Int32 == _type) { 271_type = StorageType.Int32; 574if (StorageType.Int32 == _type) { 650case StorageType.Int32: return SqlInt32; 709case StorageType.Int32: return Int32; 748case SqlBuffer.StorageType.Int32: return typeof(SqlInt32); 768case SqlBuffer.StorageType.Int32: return typeof(Int32);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4824nullVal.SetToNullOfType(SqlBuffer.StorageType.Int32);