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)
1888if (_snapshotReplay) { 2423if (_snapshotReplay) { 3453Debug.Assert(_snapshot == null && !_snapshotReplay, "StateObj has leftover snapshot state");