2 writes to _pendingInfoEvents
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1862stateObj._pendingInfoEvents=null; 1901stateObj._pendingInfoEvents = new List<SqlError>();
5 references to _pendingInfoEvents
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
1844if (!stateObj._accumulateInfoEvents && (stateObj._pendingInfoEvents != null)) { 1854foreach (SqlError error in stateObj._pendingInfoEvents) 1858foreach (SqlError error in stateObj._pendingInfoEvents) 1900if (stateObj._pendingInfoEvents == null) 1902stateObj._pendingInfoEvents.Add(error);