24 references to s_countLogAggregator
Microsoft.CodeAnalysis.Features (24)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (24)
66=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogLaunched); 69=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogCommitted); 72=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogLaunched); 75=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogCommitted); 81s_countLogAggregator.IncreaseCountBy(ActionInfo.CommittedSession_OriginalParameterCount, numOriginalParameters); 85s_countLogAggregator.IncreaseCountBy(ActionInfo.CommittedSessionWithAdded_NumberAdded, numParametersAdded); 90s_countLogAggregator.IncreaseCountBy(ActionInfo.CommittedSessionWithRemoved_NumberRemoved, numParametersRemoved); 99s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedReordered); 106s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedOnly); 112s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedReorderedOnly); 118s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionRemovedReorderedOnly); 125s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedOnly); 131s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionRemovedOnly); 137s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionReorderedOnly); 144s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureCommitCompleted); 146s_countLogAggregator.IncreaseCountBy(ActionInfo.CommittedSessionNumberOfDeclarationsUpdated, numDeclarationsUpdated); 147s_countLogAggregator.IncreaseCountBy(ActionInfo.CommittedSessionNumberOfCallSitesUpdated, numCallSitesUpdated); 155s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterTypeBinds); 160s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterRequired); 165s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueExplicit); 170s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueExplicitNamed); 175s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueTODO); 180s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueOmitted); 187foreach (var kv in s_countLogAggregator)