fx\src\data\System\Data\SqlClient\TdsParser.cs (11)
1555return SerializeInt((int)i, stateObj);
6214byte[] bytesPart = SerializeInt((int)(l >> 0x20), stateObj);
6218bytesPart = SerializeInt((int)l, stateObj);
6480byte[] bytesPart = SerializeInt(decimalBits[0], stateObj);
6483bytesPart = SerializeInt(decimalBits[1], stateObj);
6486bytesPart = SerializeInt(decimalBits[2], stateObj);
6489bytesPart = SerializeInt(0, stateObj);
10871byte[] bPart = SerializeInt(dt.days, stateObj);
10875bPart = SerializeInt(dt.time, stateObj);
11043byte[] bPart = SerializeInt(dt.DayTicks, stateObj);
11047bPart = SerializeInt(dt.TimeTicks, stateObj);