1 write to _stateObj
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3562
_stateObj
= state;
42 references to _stateObj
System.Data (42)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (42)
3586
if (
_stateObj
._nullBitmapInfo.ReferenceEquals(_snapshotNullBitmapInfo)) {
3587
_stateObj
._nullBitmapInfo =
_stateObj
._nullBitmapInfo.Clone();
3592
if (
_stateObj
._cleanupAltMetaDataSetArray != null && object.ReferenceEquals(_snapshotCleanupAltMetaDataSetArray,
_stateObj
._cleanupAltMetaDataSetArray)) {
3593
_stateObj
._cleanupAltMetaDataSetArray = (_SqlMetaDataSetCollection)
_stateObj
._cleanupAltMetaDataSetArray.Clone();
3632
_stateObj
._inBuff = next.Buffer;
3633
_stateObj
._inBytesUsed = 0;
3634
_stateObj
._inBytesRead = next.Read;
3646
_snapshotInBytesUsed =
_stateObj
._inBytesUsed;
3647
_snapshotInBytesPacket =
_stateObj
._inBytesPacket;
3648
_snapshotPendingData =
_stateObj
._pendingData;
3649
_snapshotErrorTokenReceived =
_stateObj
._errorTokenReceived;
3650
_snapshotMessageStatus =
_stateObj
._messageStatus;
3652
_snapshotNullBitmapInfo =
_stateObj
._nullBitmapInfo;
3653
_snapshotLongLen =
_stateObj
._longlen;
3654
_snapshotLongLenLeft =
_stateObj
._longlenleft;
3655
_snapshotCleanupMetaData =
_stateObj
._cleanupMetaData;
3657
_snapshotCleanupAltMetaDataSetArray =
_stateObj
._cleanupAltMetaDataSetArray;
3658
_snapshotHasOpenResult =
_stateObj
._hasOpenResult;
3659
_snapshotReceivedColumnMetadata =
_stateObj
._receivedColMetaData;
3660
_snapshotAttentionReceived =
_stateObj
._attentionReceived;
3669
PushBuffer(
_stateObj
._inBuff,
_stateObj
._inBytesRead);
3678
_stateObj
._inBytesUsed = _snapshotInBytesUsed;
3679
_stateObj
._inBytesPacket = _snapshotInBytesPacket;
3680
_stateObj
._pendingData = _snapshotPendingData;
3681
_stateObj
._errorTokenReceived = _snapshotErrorTokenReceived;
3682
_stateObj
._messageStatus = _snapshotMessageStatus;
3683
_stateObj
._nullBitmapInfo = _snapshotNullBitmapInfo;
3684
_stateObj
._cleanupMetaData = _snapshotCleanupMetaData;
3685
_stateObj
._cleanupAltMetaDataSetArray = _snapshotCleanupAltMetaDataSetArray;
3686
_stateObj
._hasOpenResult = _snapshotHasOpenResult;
3687
_stateObj
._receivedColMetaData = _snapshotReceivedColumnMetadata;
3688
_stateObj
._attentionReceived = _snapshotAttentionReceived;
3691
_stateObj
._bTmpRead = 0;
3692
_stateObj
._partialHeaderBytesRead = 0;
3695
_stateObj
._longlen = _snapshotLongLen;
3696
_stateObj
._longlenleft = _snapshotLongLenLeft;
3698
_stateObj
._snapshotReplay = true;
3700
_stateObj
.AssertValidState();