61 references to IncreaseCount
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (3)
37=> s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithTypeImportCompletionEnabled); 40=> s_countLogAggregator.IncreaseCount(ActionInfo.SessionWithDelayedImportCompletionIncludedInUpdate); 43=> s_countLogAggregator.IncreaseCount(ActionInfo.ExpanderUsageCount);
Microsoft.CodeAnalysis.Features (57)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (18)
64=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogLaunched); 67=> s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureDialogCommitted); 70=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogLaunched); 73=> s_countLogAggregator.IncreaseCount(ActionInfo.AddParameterDialogCommitted); 97s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedReordered); 104s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedRemovedOnly); 110s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedReorderedOnly); 116s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionRemovedReorderedOnly); 123s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionAddedOnly); 129s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionRemovedOnly); 135s_countLogAggregator.IncreaseCount(ActionInfo.CommittedSessionReorderedOnly); 142s_countLogAggregator.IncreaseCount(ActionInfo.ChangeSignatureCommitCompleted); 153s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterTypeBinds); 158s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterRequired); 163s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueExplicit); 168s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueExplicitNamed); 173s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueTODO); 178s_countLogAggregator.IncreaseCount(ActionInfo.AddedParameterValueOmitted);
Completion\Log\CompletionProvidersLogger.cs (6)
51=> s_countLogAggregator.IncreaseCount(ActionInfo.TypeImportCompletionCacheMissCount); 54=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitsOfTypeImportCompletionItem); 60=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitsOfExtensionMethodImportCompletionItem); 63=> s_countLogAggregator.IncreaseCount(ActionInfo.ExtensionMethodCompletionPartialResultCount); 66=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitUsingSemicolonToAddParenthesis); 69=> s_countLogAggregator.IncreaseCount(ActionInfo.CommitUsingDotToAddParenthesis);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (27)
129=> logAggregator.IncreaseCount(kind); 146=> logAggregator.IncreaseCount(GlobalOperation); 149=> logAggregator.IncreaseCount(ActiveFileEnqueue); 152=> logAggregator.IncreaseCount(ProjectEnqueue); 157logAggregator.IncreaseCount(language); 158logAggregator.IncreaseCount(added ? NewWorkItem : UpdateWorkItem); 162logAggregator.IncreaseCount(activeMember == null ? TopLevel : MemberLevel); 166logAggregator.IncreaseCount(LowerPriority); 167logAggregator.IncreaseCount(ValueTuple.Create(LowerPriority, documentId.Id)); 173logAggregator.IncreaseCount(reason); 179logAggregator.IncreaseCount(HigherPriority); 180logAggregator.IncreaseCount(ValueTuple.Create(HigherPriority, documentId)); 184=> logAggregator.IncreaseCount(ResetStates); 234logAggregator.IncreaseCount(CloseDocument); 235logAggregator.IncreaseCount(ValueTuple.Create(CloseDocument, documentId)); 240logAggregator.IncreaseCount(OpenDocument); 241logAggregator.IncreaseCount(ValueTuple.Create(OpenDocument, documentId)); 248logAggregator.IncreaseCount(ActiveFileProcessDocument); 252logAggregator.IncreaseCount(ActiveFileProcessDocumentCancellation); 260logAggregator.IncreaseCount(ProcessDocument); 264logAggregator.IncreaseCount(ProcessDocumentCancellation); 267logAggregator.IncreaseCount(ValueTuple.Create(ProcessDocument, documentId)); 271=> logAggregator.IncreaseCount(DocumentNotExist); 277logAggregator.IncreaseCount(ProcessProject); 281logAggregator.IncreaseCount(ProcessProjectCancellation); 284logAggregator.IncreaseCount(ValueTuple.Create(ProcessProject, projectId)); 288=> logAggregator.IncreaseCount(ProjectNotExist);
QuickInfo\OnTheFlyDocsLogger.cs (6)
24=> s_countLogAggregator.IncreaseCount(ActionInfo.HoveredSourceSymbol); 27=> s_countLogAggregator.IncreaseCount(ActionInfo.HoveredMetadataSymbol); 30=> s_countLogAggregator.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLink); 33=> s_countLogAggregator.IncreaseCount(ActionInfo.ShowedOnTheFlyDocsLinkWithDocComments); 36=> s_countLogAggregator.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequested); 39=> s_countLogAggregator.IncreaseCount(ActionInfo.OnTheFlyDocsResultsRequestedWithDocComments);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
60_logAggregator.IncreaseCount(isEquivalentTo);