3 writes to _attentionReceived
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2341
stateObj.
_attentionReceived
= false;
2733
stateObj.
_attentionReceived
= true;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3688
_stateObj.
_attentionReceived
= _snapshotAttentionReceived;
5 references to _attentionReceived
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2312
(!stateObj._pendingData && stateObj._attentionSent && !stateObj.
_attentionReceived
));
2332
if (stateObj.
_attentionReceived
) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
3460
Debug.Assert(!
_attentionReceived
&& !_attentionSent && !_attentionSending, string.Format("StateObj is still dealing with attention: Sent: {0}, Received: {1}, Sending: {2}", _attentionSent,
_attentionReceived
, _attentionSending));
3660
_snapshotAttentionReceived = _stateObj.
_attentionReceived
;