5 writes to Statistics
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (4)
410
Parser.
Statistics
= _statistics;
421
parser.
Statistics
= null;
1594
tdsInnerConnection.Parser.
Statistics
= _statistics;
1597
tdsInnerConnection.Parser.
Statistics
= null;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1145
Statistics
= null; // must come after CleanWire or we won't count the stuff that happens there...
2 references to Statistics
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3178
SqlStatistics statistics = Parser.
Statistics
;
3191
SqlStatistics statistics = _parser.
Statistics
;