6 references to SetInt32_Unchecked
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (6)
1443SetInt32_Unchecked( sink, setters, ordinal, value ); 1604case ExtendedClrTypeCode.Int32: SetInt32_Unchecked( sink, setters, ordinal, (Int32) value ); break; 1762SetInt32_Unchecked( sink, setters, i, reader.GetInt32(i) ); 1896SetInt32_Unchecked(sink, setters, i, reader.GetInt32(i)); 2082SetInt32_Unchecked( sink, setters, i, record.GetInt32(i) ); 2205SetInt32_Unchecked(sink, setters, i, record.GetInt32(i));