7 writes to _statisticsIsInTransaction
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
2098
_statisticsIsInTransaction
= true;
2138
_statisticsIsInTransaction
= false;
2847
_statisticsIsInTransaction
= true;
2855
_statisticsIsInTransaction
= false;
2859
_statisticsIsInTransaction
= false;
2866
_statisticsIsInTransaction
= true;
2871
_statisticsIsInTransaction
= false;
4 references to _statisticsIsInTransaction
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
2095
if (null != _statistics && !
_statisticsIsInTransaction
) {
2832
if (!
_statisticsIsInTransaction
) {
2844
if (!
_statisticsIsInTransaction
) {
11449
_statisticsIsInTransaction
,