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)
2526
if (
_hasErrorOrWarning
) {
3262
return
_hasErrorOrWarning
;
3464
Debug.Assert(!
_hasErrorOrWarning
, "StateObj still has stored errors or warnings");