5 references to IncreaseCountBy
Microsoft.CodeAnalysis.Features (5)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (5)
79
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSession_OriginalParameterCount, numOriginalParameters);
83
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionWithAdded_NumberAdded, numParametersAdded);
88
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionWithRemoved_NumberRemoved, numParametersRemoved);
144
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionNumberOfDeclarationsUpdated, numDeclarationsUpdated);
145
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionNumberOfCallSitesUpdated, numCallSitesUpdated);