13 instantiations of CountLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.Features (8)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Microsoft.CodeAnalysis.Workspaces (2)
44 references to CountLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.Features (38)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (16)
135public static void LogWorkspaceEvent(CountLogAggregator<WorkspaceChangeKind> logAggregator, WorkspaceChangeKind kind)
138public static void LogWorkCoordinatorShutdown(int correlationId, CountLogAggregator<WorkspaceChangeKind> logAggregator)
152public static void LogGlobalOperation(CountLogAggregator<object> logAggregator)
155public static void LogActiveFileEnqueue(CountLogAggregator<object> logAggregator)
158public static void LogWorkItemEnqueue(CountLogAggregator<object> logAggregator, ProjectId _)
162CountLogAggregator<object> logAggregator, string language, DocumentId? documentId, UnitTestingInvocationReasons reasons, bool lowPriority, SyntaxPath? activeMember, bool added)
184public static void LogHigherPriority(CountLogAggregator<object> logAggregator, Guid documentId)
190public static void LogResetStates(CountLogAggregator<object> logAggregator)
193public static void LogIncrementalAnalyzerProcessorStatistics(int correlationId, Solution solution, CountLogAggregator<object> logAggregator, ImmutableArray<IUnitTestingIncrementalAnalyzer> analyzers)
246public static void LogProcessCloseDocument(CountLogAggregator<object> logAggregator, Guid documentId)
252public static void LogProcessOpenDocument(CountLogAggregator<object> logAggregator, Guid documentId)
258public static void LogProcessActiveFileDocument(CountLogAggregator<object> logAggregator, Guid _, bool processed)
270public static void LogProcessDocument(CountLogAggregator<object> logAggregator, Guid documentId, bool processed)
284public static void LogProcessDocumentNotExist(CountLogAggregator<object> logAggregator)
287public static void LogProcessProject(CountLogAggregator<object> logAggregator, Guid projectId, bool processed)
301public static void LogProcessProjectNotExist(CountLogAggregator<object> logAggregator)
SolutionCrawler\SolutionCrawlerLogger.cs (16)
129public static void LogWorkspaceEvent(CountLogAggregator<WorkspaceChangeKind> logAggregator, WorkspaceChangeKind kind)
132public static void LogWorkCoordinatorShutdown(int correlationId, CountLogAggregator<WorkspaceChangeKind> logAggregator)
146public static void LogGlobalOperation(CountLogAggregator<object> logAggregator)
149public static void LogActiveFileEnqueue(CountLogAggregator<object> logAggregator)
152public static void LogWorkItemEnqueue(CountLogAggregator<object> logAggregator, ProjectId _)
156CountLogAggregator<object> logAggregator, string language, DocumentId? documentId, InvocationReasons reasons, bool lowPriority, SyntaxPath? activeMember, bool added)
178public static void LogHigherPriority(CountLogAggregator<object> logAggregator, Guid documentId)
184public static void LogResetStates(CountLogAggregator<object> logAggregator)
187public static void LogIncrementalAnalyzerProcessorStatistics(int correlationId, Solution solution, CountLogAggregator<object> logAggregator, ImmutableArray<IIncrementalAnalyzer> analyzers)
238public static void LogProcessCloseDocument(CountLogAggregator<object> logAggregator, Guid documentId)
244public static void LogProcessOpenDocument(CountLogAggregator<object> logAggregator, Guid documentId)
250public static void LogProcessActiveFileDocument(CountLogAggregator<object> logAggregator, Guid _, bool processed)
262public static void LogProcessDocument(CountLogAggregator<object> logAggregator, Guid documentId, bool processed)
276public static void LogProcessDocumentNotExist(CountLogAggregator<object> logAggregator)
279public static void LogProcessProject(CountLogAggregator<object> logAggregator, Guid projectId, bool processed)
293public static void LogProcessProjectNotExist(CountLogAggregator<object> logAggregator)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Microsoft.CodeAnalysis.Workspaces (3)