3 writes to _errors
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SmiEventSink_Default.cs (3)
25
_errors
= new SqlErrorCollection( );
118
_errors
= null;
142
_errors
= null;
8 references to _errors
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\SmiEventSink_Default.cs (8)
24
if ( null ==
_errors
) {
28
return
_errors
;
39
bool result = (null !=
_errors
|| null != _warnings);
91
if ( null !=
_errors
) {
92
Debug.Assert( 0 !=
_errors
.Count, "empty error collection?" ); // must be something in the collection
96
foreach(SqlError error in
_errors
) {
112
_errors
.Add( warning );
115
temp =
_errors
;