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)
3630if (_snapshotInBuffCurrent < _snapshotInBuffs.Count) { 3631PacketData next = _snapshotInBuffs[_snapshotInBuffCurrent];