4 writes to _accumulateInfoEvents
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (4)
3722_stateObj._accumulateInfoEvents = true; 3729_stateObj._accumulateInfoEvents = false; 3800_stateObj._accumulateInfoEvents = true; 3807_stateObj._accumulateInfoEvents = false;
2 references to _accumulateInfoEvents
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1844if (!stateObj._accumulateInfoEvents && (stateObj._pendingInfoEvents != null)) { 1896if (token == TdsEnums.SQLINFO && stateObj._accumulateInfoEvents)