3 writes to _preAttentionWarnings
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
3386_preAttentionWarnings = null; 3411_preAttentionWarnings = _warnings; 3431_preAttentionWarnings = null;
7 references to _preAttentionWarnings
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (7)
3356if (_preAttentionWarnings != null) { 3357count = _preAttentionWarnings.Count; 3384AddErrorsToCollection(_preAttentionWarnings, ref allErrors, ref broken); 3406Debug.Assert(_preAttentionErrors == null && _preAttentionWarnings == null, "Can't store errors for attention because there are already errors stored"); 3425_hasErrorOrWarning = (((_preAttentionErrors != null) && (_preAttentionErrors.Count > 0)) || ((_preAttentionWarnings != null) && (_preAttentionWarnings.Count > 0))); 3428_warnings = _preAttentionWarnings;