2 writes to _attentionSending
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3019
_attentionSending
= true;
3058
_attentionSending
= false;
3 references to _attentionSending
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2335
SpinWait.SpinUntil(() => !stateObj.
_attentionSending
);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3460
Debug.Assert(!_attentionReceived && !_attentionSent && !
_attentionSending
, string.Format("StateObj is still dealing with attention: Sent: {0}, Received: {1}, Sending: {2}", _attentionSent, _attentionReceived,
_attentionSending
));