7 instantiations of CountLogAggregator
Microsoft.CodeAnalysis.Features (6)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
16
private static readonly CountLogAggregator<ActionInfo> s_countLogAggregator =
new
();
Completion\Log\CompletionProvidersLogger.cs (1)
13
private static readonly CountLogAggregator<ActionInfo> s_countLogAggregator =
new
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
27
private readonly CountLogAggregator<WorkspaceChangeKind> _logAggregator =
new
();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
41
private CountLogAggregator<object> _logAggregator =
new
();
110
=> _logAggregator = new
CountLogAggregator
<object>();
QuickInfo\OnTheFlyDocsLogger.cs (1)
11
private static readonly CountLogAggregator<ActionInfo> s_countLogAggregator =
new
();
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
27
private readonly CountLogAggregator<bool> _logAggregator =
new
();
23 references to CountLogAggregator
Microsoft.CodeAnalysis.Features (21)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
16
private static readonly
CountLogAggregator
<ActionInfo> s_countLogAggregator = new();
Completion\Log\CompletionProvidersLogger.cs (1)
13
private static readonly
CountLogAggregator
<ActionInfo> s_countLogAggregator = new();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (16)
128
public static void LogWorkspaceEvent(
CountLogAggregator
<WorkspaceChangeKind> logAggregator, WorkspaceChangeKind kind)
131
public static void LogWorkCoordinatorShutdown(int correlationId,
CountLogAggregator
<WorkspaceChangeKind> logAggregator)
145
public static void LogGlobalOperation(
CountLogAggregator
<object> logAggregator)
148
public static void LogActiveFileEnqueue(
CountLogAggregator
<object> logAggregator)
151
public static void LogWorkItemEnqueue(
CountLogAggregator
<object> logAggregator, ProjectId _)
155
CountLogAggregator
<object> logAggregator, string language, DocumentId? documentId, UnitTestingInvocationReasons reasons, bool lowPriority, SyntaxPath? activeMember, bool added)
177
public static void LogHigherPriority(
CountLogAggregator
<object> logAggregator, Guid documentId)
183
public static void LogResetStates(
CountLogAggregator
<object> logAggregator)
186
public static void LogIncrementalAnalyzerProcessorStatistics(int correlationId, Solution solution,
CountLogAggregator
<object> logAggregator)
232
public static void LogProcessCloseDocument(
CountLogAggregator
<object> logAggregator, Guid documentId)
238
public static void LogProcessOpenDocument(
CountLogAggregator
<object> logAggregator, Guid documentId)
244
public static void LogProcessActiveFileDocument(
CountLogAggregator
<object> logAggregator, Guid _, bool processed)
256
public static void LogProcessDocument(
CountLogAggregator
<object> logAggregator, Guid documentId, bool processed)
270
public static void LogProcessDocumentNotExist(
CountLogAggregator
<object> logAggregator)
273
public static void LogProcessProject(
CountLogAggregator
<object> logAggregator, Guid projectId, bool processed)
287
public static void LogProcessProjectNotExist(
CountLogAggregator
<object> logAggregator)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
27
private readonly
CountLogAggregator
<WorkspaceChangeKind> _logAggregator = new();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (1)
41
private
CountLogAggregator
<object> _logAggregator = new();
QuickInfo\OnTheFlyDocsLogger.cs (1)
11
private static readonly
CountLogAggregator
<ActionInfo> s_countLogAggregator = new();
Microsoft.CodeAnalysis.Workspaces (2)
Log\CountLogAggregator.cs (1)
9
internal sealed class CountLogAggregator<TKey> : AbstractLogAggregator<TKey,
CountLogAggregator
<TKey>.Counter> where TKey : notnull
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
27
private readonly
CountLogAggregator
<bool> _logAggregator = new();