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