4 writes to _warnings
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\SmiEventSink_Default.cs (4)
63
_warnings
= new SqlErrorCollection( );
119
_warnings
= null;
127
_warnings
= null;
143
_warnings
= null;
8 references to _warnings
System.Data (8)
fx\src\data\Microsoft\SqlServer\Server\SmiEventSink_Default.cs (8)
39
bool result = (null != _errors || null !=
_warnings
);
62
if ( null ==
_warnings
) {
66
return
_warnings
;
106
if (null !=
_warnings
) {
111
foreach ( SqlError warning in
_warnings
) {
122
Debug.Assert( null ==
_warnings
|| 0 !=
_warnings
.Count, "empty warning collection?" );// must be something in the collection
125
temp =
_warnings
;