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)
39bool result = (null != _errors || null != _warnings); 62if ( null == _warnings ) { 66return _warnings; 106if (null != _warnings ) { 111foreach ( SqlError warning in _warnings ) { 122Debug.Assert( null == _warnings || 0 != _warnings.Count, "empty warning collection?" );// must be something in the collection 125temp = _warnings;