4 writes to _warnings
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (4)
3313_warnings = new SqlErrorCollection(); 3380_warnings = null; 3414_warnings = null; 3428_warnings = _preAttentionWarnings;
9 references to _warnings
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5041_sqlRPCParameterEncryptionReqArray[_currentlyExecutingDescribeParameterEncryptionRPC].warnings = stateObj._warnings; 5079_SqlRPCBatchArray[_currentlyExecutingBatch].warnings = _stateObj._warnings;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (7)
3312if (_warnings == null) { 3315_warnings.Add(error); 3326if (_warnings != null) { 3327count = _warnings.Count; 3378AddErrorsToCollection(_warnings, ref allErrors, ref broken); 3411_preAttentionWarnings = _warnings; 3423Debug.Assert(_errors == null && _warnings == null, "Can't restore errors after attention because there are already other errors");