5 references to IncreaseCountBy
Microsoft.CodeAnalysis.Features (5)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (5)
81
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSession_OriginalParameterCount, numOriginalParameters);
85
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionWithAdded_NumberAdded, numParametersAdded);
90
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionWithRemoved_NumberRemoved, numParametersRemoved);
146
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionNumberOfDeclarationsUpdated, numDeclarationsUpdated);
147
s_countLogAggregator.
IncreaseCountBy
(ActionInfo.CommittedSessionNumberOfCallSitesUpdated, numCallSitesUpdated);