24 references to s_countLogAggregator
Microsoft.CodeAnalysis.Features (24)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (24)
64
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ChangeSignatureDialogLaunched);
67
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.ChangeSignatureDialogCommitted);
70
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.AddParameterDialogLaunched);
73
=>
s_countLogAggregator
.IncreaseCount(ActionInfo.AddParameterDialogCommitted);
79
s_countLogAggregator
.IncreaseCountBy(ActionInfo.CommittedSession_OriginalParameterCount, numOriginalParameters);
83
s_countLogAggregator
.IncreaseCountBy(ActionInfo.CommittedSessionWithAdded_NumberAdded, numParametersAdded);
88
s_countLogAggregator
.IncreaseCountBy(ActionInfo.CommittedSessionWithRemoved_NumberRemoved, numParametersRemoved);
97
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedReordered);
104
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedOnly);
110
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionAddedReorderedOnly);
116
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionRemovedReorderedOnly);
123
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionAddedOnly);
129
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionRemovedOnly);
135
s_countLogAggregator
.IncreaseCount(ActionInfo.CommittedSessionReorderedOnly);
142
s_countLogAggregator
.IncreaseCount(ActionInfo.ChangeSignatureCommitCompleted);
144
s_countLogAggregator
.IncreaseCountBy(ActionInfo.CommittedSessionNumberOfDeclarationsUpdated, numDeclarationsUpdated);
145
s_countLogAggregator
.IncreaseCountBy(ActionInfo.CommittedSessionNumberOfCallSitesUpdated, numCallSitesUpdated);
153
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterTypeBinds);
158
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterRequired);
163
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterValueExplicit);
168
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterValueExplicitNamed);
173
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterValueTODO);
178
s_countLogAggregator
.IncreaseCount(ActionInfo.AddedParameterValueOmitted);
185
foreach (var kv in
s_countLogAggregator
)