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);
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);
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);
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);
157
logAggregator.
IncreaseCount
(language);
158
logAggregator.
IncreaseCount
(added ? NewWorkItem : UpdateWorkItem);
162
logAggregator.
IncreaseCount
(activeMember == null ? TopLevel : MemberLevel);
166
logAggregator.
IncreaseCount
(LowerPriority);
167
logAggregator.
IncreaseCount
(ValueTuple.Create(LowerPriority, documentId.Id));
173
logAggregator.
IncreaseCount
(reason);
179
logAggregator.
IncreaseCount
(HigherPriority);
180
logAggregator.
IncreaseCount
(ValueTuple.Create(HigherPriority, documentId));
184
=> logAggregator.
IncreaseCount
(ResetStates);
234
logAggregator.
IncreaseCount
(CloseDocument);
235
logAggregator.
IncreaseCount
(ValueTuple.Create(CloseDocument, documentId));
240
logAggregator.
IncreaseCount
(OpenDocument);
241
logAggregator.
IncreaseCount
(ValueTuple.Create(OpenDocument, documentId));
248
logAggregator.
IncreaseCount
(ActiveFileProcessDocument);
252
logAggregator.
IncreaseCount
(ActiveFileProcessDocumentCancellation);
260
logAggregator.
IncreaseCount
(ProcessDocument);
264
logAggregator.
IncreaseCount
(ProcessDocumentCancellation);
267
logAggregator.
IncreaseCount
(ValueTuple.Create(ProcessDocument, documentId));
271
=> logAggregator.
IncreaseCount
(DocumentNotExist);
277
logAggregator.
IncreaseCount
(ProcessProject);
281
logAggregator.
IncreaseCount
(ProcessProjectCancellation);
284
logAggregator.
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);