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)
448
if (
_snapshot
!= null) {
449
_snapshot
.CloneNullBitmapInfo();
1866
_snapshot
.Snap();
1887
if (
_snapshot
!= null) {
1889
if (
_snapshot
.Replay()) {
1926
Debug.Assert((
_snapshot
!= null) ^ _asyncReadWithoutSnapshot, "Must have either _snapshot set up or _asyncReadWithoutSnapshot enabled (but not both) to pend a read");
1933
_snapshot
.PrepareReplay();
2421
if (
_snapshot
!= null) {
2422
_snapshot
.PushBuffer(_inBuff, _inBytesRead);
2424
_snapshot
.Replay();
3453
Debug.Assert(
_snapshot
== null && !_snapshotReplay, "StateObj has leftover snapshot state");
3526
if (
_snapshot
!= null) {
3527
_snapshot
.CloneCleanupAltMetaDataSetArray();