5 writes to _hasErrorOrWarning
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (5)
3277_hasErrorOrWarning = true; 3311_hasErrorOrWarning = true; 3374_hasErrorOrWarning = false; 3408_hasErrorOrWarning = false; 3425_hasErrorOrWarning = (((_preAttentionErrors != null) && (_preAttentionErrors.Count > 0)) || ((_preAttentionWarnings != null) && (_preAttentionWarnings.Count > 0)));
3 references to _hasErrorOrWarning
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
2526if (_hasErrorOrWarning) { 3262return _hasErrorOrWarning; 3464Debug.Assert(!_hasErrorOrWarning, "StateObj still has stored errors or warnings");