2 writes to _snapshot
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1865_snapshot = new StateSnapshot(this); 1871_snapshot = null;
13 references to _snapshot
System.Data (13)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (13)
448if (_snapshot != null) { 449_snapshot.CloneNullBitmapInfo(); 1866_snapshot.Snap(); 1887if (_snapshot != null) { 1889if (_snapshot.Replay()) { 1926Debug.Assert((_snapshot != null) ^ _asyncReadWithoutSnapshot, "Must have either _snapshot set up or _asyncReadWithoutSnapshot enabled (but not both) to pend a read"); 1933_snapshot.PrepareReplay(); 2421if (_snapshot != null) { 2422_snapshot.PushBuffer(_inBuff, _inBytesRead); 2424_snapshot.Replay(); 3453Debug.Assert(_snapshot == null && !_snapshotReplay, "StateObj has leftover snapshot state"); 3526if (_snapshot != null) { 3527_snapshot.CloneCleanupAltMetaDataSetArray();