92 references to IncreaseCount
Microsoft.CodeAnalysis.EditorFeatures (6)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (6)
46s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled); 49s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithImportCompletionBlocking); 52s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithImportCompletionDelayed); 56=> s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithDelayedImportCompletionIncludedInUpdate); 62=> s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled); 65=> s_countLogAggregator.IncreaseCount(ActionInfo.ExpanderUsageCount);
Microsoft.CodeAnalysis.Features (78)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (18)
66=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogLaunched); 69=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogCommitted); 72=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogLaunched); 75=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogCommitted); 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); 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);
Completion\Log\CompletionProvidersLogger.cs (6)
51=> s_countLogAggregator.IncreaseCount(ActionInfo.TypeImportCompletionCacheMissCount); 54=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitsOfTypeImportCompletionItem); 75=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitsOfExtensionMethodImportCompletionItem); 78=> s_countLogAggregator.IncreaseCount(ActionInfo.ExtensionMethodCompletionPartialResultCount); 81=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitUsingSemicolonToAddParenthesis); 84=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitUsingDotToAddParenthesis);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (27)
136=> logAggregator.IncreaseCount(kind); 153=> logAggregator.IncreaseCount(GlobalOperation); 156=> logAggregator.IncreaseCount(ActiveFileEnqueue); 159=> logAggregator.IncreaseCount(ProjectEnqueue); 164logAggregator.IncreaseCount(language); 165logAggregator.IncreaseCount(added ? NewWorkItem : UpdateWorkItem); 169logAggregator.IncreaseCount(activeMember == null ? TopLevel : MemberLevel); 173logAggregator.IncreaseCount(LowerPriority); 174logAggregator.IncreaseCount(ValueTuple.Create(LowerPriority, documentId.Id)); 180logAggregator.IncreaseCount(reason); 186logAggregator.IncreaseCount(HigherPriority); 187logAggregator.IncreaseCount(ValueTuple.Create(HigherPriority, documentId)); 191=> logAggregator.IncreaseCount(ResetStates); 248logAggregator.IncreaseCount(CloseDocument); 249logAggregator.IncreaseCount(ValueTuple.Create(CloseDocument, documentId)); 254logAggregator.IncreaseCount(OpenDocument); 255logAggregator.IncreaseCount(ValueTuple.Create(OpenDocument, documentId)); 262logAggregator.IncreaseCount(ActiveFileProcessDocument); 266logAggregator.IncreaseCount(ActiveFileProcessDocumentCancellation); 274logAggregator.IncreaseCount(ProcessDocument); 278logAggregator.IncreaseCount(ProcessDocumentCancellation); 281logAggregator.IncreaseCount(ValueTuple.Create(ProcessDocument, documentId)); 285=> logAggregator.IncreaseCount(DocumentNotExist); 291logAggregator.IncreaseCount(ProcessProject); 295logAggregator.IncreaseCount(ProcessProjectCancellation); 298logAggregator.IncreaseCount(ValueTuple.Create(ProcessProject, projectId)); 302=> logAggregator.IncreaseCount(ProjectNotExist);
SolutionCrawler\SolutionCrawlerLogger.cs (27)
130=> logAggregator.IncreaseCount(kind); 147=> logAggregator.IncreaseCount(GlobalOperation); 150=> logAggregator.IncreaseCount(ActiveFileEnqueue); 153=> logAggregator.IncreaseCount(ProjectEnqueue); 158logAggregator.IncreaseCount(language); 159logAggregator.IncreaseCount(added ? NewWorkItem : UpdateWorkItem); 163logAggregator.IncreaseCount(activeMember == null ? TopLevel : MemberLevel); 167logAggregator.IncreaseCount(LowerPriority); 168logAggregator.IncreaseCount(ValueTuple.Create(LowerPriority, documentId.Id)); 174logAggregator.IncreaseCount(reason); 180logAggregator.IncreaseCount(HigherPriority); 181logAggregator.IncreaseCount(ValueTuple.Create(HigherPriority, documentId)); 185=> logAggregator.IncreaseCount(ResetStates); 240logAggregator.IncreaseCount(CloseDocument); 241logAggregator.IncreaseCount(ValueTuple.Create(CloseDocument, documentId)); 246logAggregator.IncreaseCount(OpenDocument); 247logAggregator.IncreaseCount(ValueTuple.Create(OpenDocument, documentId)); 254logAggregator.IncreaseCount(ActiveFileProcessDocument); 258logAggregator.IncreaseCount(ActiveFileProcessDocumentCancellation); 266logAggregator.IncreaseCount(ProcessDocument); 270logAggregator.IncreaseCount(ProcessDocumentCancellation); 273logAggregator.IncreaseCount(ValueTuple.Create(ProcessDocument, documentId)); 277=> logAggregator.IncreaseCount(DocumentNotExist); 283logAggregator.IncreaseCount(ProcessProject); 287logAggregator.IncreaseCount(ProcessProjectCancellation); 290logAggregator.IncreaseCount(ValueTuple.Create(ProcessProject, projectId)); 294=> logAggregator.IncreaseCount(ProjectNotExist);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestTelemetryLogger.cs (2)
73_findDocumentResults.IncreaseCount(workspaceKindTelemetryProperty); 79_usedForkedSolutionCounter.IncreaseCount(usedForkedSolution);
Microsoft.CodeAnalysis.Workspaces (6)
SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
50_logAggregator.IncreaseCount(isEquivalentTo);
Workspace\Solution\SolutionLogger.cs (5)
16=> s_logAggregator.IncreaseCount(nameof(UseExistingPartialProjectState)); 19=> s_logAggregator.IncreaseCount(nameof(UseExistingFullProjectState)); 22=> s_logAggregator.IncreaseCount(nameof(CreatePartialProjectState)); 25=> s_logAggregator.IncreaseCount(nameof(UseExistingPartialSolution)); 28=> s_logAggregator.IncreaseCount(nameof(CreatePartialSolution));