3 writes to _preAttentionErrors
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
3385_preAttentionErrors = null; 3410_preAttentionErrors = _errors; 3430_preAttentionErrors = null;
7 references to _preAttentionErrors
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (7)
3341if (_preAttentionErrors != null) { 3342count = _preAttentionErrors.Count; 3383AddErrorsToCollection(_preAttentionErrors, 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))); 3427_errors = _preAttentionErrors;