6 references to SetInt16_Unchecked
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (6)
1437SetInt16_Unchecked( sink, setters, ordinal, value ); 1603case ExtendedClrTypeCode.Int16: SetInt16_Unchecked( sink, setters, ordinal, (Int16) value ); break; 1788SetInt16_Unchecked( sink, setters, i, reader.GetInt16(i) ); 1922SetInt16_Unchecked(sink, setters, i, reader.GetInt16(i)); 2108SetInt16_Unchecked( sink, setters, i, record.GetInt16(i) ); 2231SetInt16_Unchecked(sink, setters, i, record.GetInt16(i));