4 writes to _errors
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (4)
3279_errors = new SqlErrorCollection(); 3379_errors = null; 3413_errors = null; 3427_errors = _preAttentionErrors;
9 references to _errors
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5032_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].errors = stateObj._errors; 5070_SqlRPCBatchArray[_currentlyExecutingBatch].errors = _stateObj._errors;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (7)
3278if (_errors == null) { 3281_errors.Add(error); 3292if (_errors != null) { 3293count = _errors.Count; 3377AddErrorsToCollection(_errors, ref allErrors, ref broken); 3410_preAttentionErrors = _errors; 3423Debug.Assert(_errors == null && _warnings == null, "Can't restore errors after attention because there are already other errors");