17 references to SafeIncrement
System.Data (17)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (7)
856Statistics.SafeIncrement (ref Statistics._prepares); 954Statistics.SafeIncrement(ref Statistics._prepares); 1632statistics.SafeIncrement(ref statistics._unpreparedExecs); 1643statistics.SafeIncrement(ref statistics._preparedExecs); 1646statistics.SafeIncrement(ref statistics._unpreparedExecs); 4146statistics.SafeIncrement(ref statistics._preparedExecs); 4149statistics.SafeIncrement(ref statistics._unpreparedExecs);
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
2096_statistics.SafeIncrement(ref _statistics._transactions); 2816_statistics.SafeIncrement(ref _statistics._sumResultSets); 2830_statistics.SafeIncrement(ref _statistics._iduCount); 2833_statistics.SafeIncrement(ref _statistics._transactions); 2839_statistics.SafeIncrement(ref _statistics._selectCount); 2845_statistics.SafeIncrement(ref _statistics._transactions); 2851_statistics.SafeIncrement(ref _statistics._cursorOpens);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
3181statistics.SafeIncrement(ref statistics._serverRoundtrips); 3186statistics.SafeIncrement(ref statistics._buffersReceived); 3193statistics.SafeIncrement(ref statistics._buffersSent);