15 references to UnitTestingSolutionCrawlerLogger
Microsoft.CodeAnalysis.Features (15)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
82UnitTestingSolutionCrawlerLogger.LogRegistration(correlationId, workspaceKind);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.AbstractUnitTestingPriorityProcessor.cs (1)
64=> UnitTestingSolutionCrawlerLogger.LogGlobalOperation(Processor._logAggregator);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
179UnitTestingSolutionCrawlerLogger.LogReanalyze( 236UnitTestingSolutionCrawlerLogger.LogWorkspaceEvent(_logAggregator, args.Kind);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
50/// The keys in this are either a string or a (string, Guid) tuple. See <see cref="UnitTestingSolutionCrawlerLogger.LogIncrementalAnalyzerProcessorStatistics"/> 116UnitTestingSolutionCrawlerLogger.LogAnalyzers(registration.CorrelationId, registration.WorkspaceKind, orderedAnalyzers, onlyHighPriorityAnalyzer);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (3)
122UnitTestingSolutionCrawlerLogger.LogWorkItemEnqueue(Processor._logAggregator, item.ProjectId); 169UnitTestingSolutionCrawlerLogger.LogProcessProjectNotExist(Processor._logAggregator); 197UnitTestingSolutionCrawlerLogger.LogProcessProject(Processor._logAggregator, projectId.Id, processedEverything);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (6)
76UnitTestingSolutionCrawlerLogger.LogWorkItemEnqueue( 95UnitTestingSolutionCrawlerLogger.LogHigherPriority(Processor._logAggregator, id.Id); 330UnitTestingSolutionCrawlerLogger.LogProcessDocumentNotExist(Processor._logAggregator); 356UnitTestingSolutionCrawlerLogger.LogProcessDocument(Processor._logAggregator, documentId.Id, processedEverything); 533UnitTestingSolutionCrawlerLogger.LogResetStates(Processor._logAggregator); 572UnitTestingSolutionCrawlerLogger.LogIncrementalAnalyzerProcessorStatistics(