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)
2335SpinWait.SpinUntil(() => !stateObj._attentionSending);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3460Debug.Assert(!_attentionReceived && !_attentionSent && !_attentionSending, string.Format("StateObj is still dealing with attention: Sent: {0}, Received: {1}, Sending: {2}", _attentionSent, _attentionReceived, _attentionSending));