3 writes to _snapshotInBuffCurrent
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
3635
_snapshotInBuffCurrent
++;
3645
_snapshotInBuffCurrent
= 0;
3674
_snapshotInBuffCurrent
= 0;
2 references to _snapshotInBuffCurrent
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3630
if (
_snapshotInBuffCurrent
< _snapshotInBuffs.Count) {
3631
PacketData next = _snapshotInBuffs[
_snapshotInBuffCurrent
];