1 instantiation of Int32Storage
System.Data (1)
fx\src\data\System\Data\Common\DataStorage.cs (1)
282case StorageType.Int32: return new Int32Storage(column);
1 reference to Int32Storage
System.Data (1)
fx\src\data\System\Data\Common\Int32Storage.cs (1)
195if (value != Int32Storage.defaultValue) {