6 references to SetInt64_Unchecked
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (6)
1449SetInt64_Unchecked( sink, setters, ordinal, value ); 1605case ExtendedClrTypeCode.Int64: SetInt64_Unchecked( sink, setters, ordinal, (Int64) value ); break; 1730ValueUtilsSmi.SetInt64_Unchecked( sink, setters, i, reader.GetInt64(i) ); 1856SetInt64_Unchecked(sink, setters, i, reader.GetInt64(i)); 2050SetInt64_Unchecked( sink, setters, i, record.GetInt64(i) ); 2173SetInt64_Unchecked(sink, setters, i, record.GetInt64(i));