3 writes to _snapshotReplay
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
1867
_snapshotReplay
= false;
1872
_snapshotReplay
= false;
3698
_stateObj.
_snapshotReplay
= true;
3 references to _snapshotReplay
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
1888
if (
_snapshotReplay
) {
2423
if (
_snapshotReplay
) {
3453
Debug.Assert(_snapshot == null && !
_snapshotReplay
, "StateObj has leftover snapshot state");