15 references to UnitTestingSolutionCrawlerLogger
Microsoft.CodeAnalysis.Features (15)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
79UnitTestingSolutionCrawlerLogger.LogRegistration(correlationId, workspaceKind);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.AbstractUnitTestingPriorityProcessor.cs (1)
63=> UnitTestingSolutionCrawlerLogger.LogGlobalOperation(Processor._logAggregator);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
91UnitTestingSolutionCrawlerLogger.LogReanalyze( 133UnitTestingSolutionCrawlerLogger.LogWorkspaceEvent(_logAggregator, args.Kind);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
38/// The keys in this are either a string or a (string, Guid) tuple. See <see cref="UnitTestingSolutionCrawlerLogger.LogIncrementalAnalyzerProcessorStatistics"/> 70UnitTestingSolutionCrawlerLogger.LogAnalyzers(registration.CorrelationId, registration.WorkspaceKind, orderedAnalyzers, onlyHighPriorityAnalyzer);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (3)
105UnitTestingSolutionCrawlerLogger.LogWorkItemEnqueue(Processor._logAggregator, item.ProjectId); 144UnitTestingSolutionCrawlerLogger.LogProcessProjectNotExist(Processor._logAggregator); 168UnitTestingSolutionCrawlerLogger.LogProcessProject(Processor._logAggregator, projectId.Id, processedEverything);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (6)
73UnitTestingSolutionCrawlerLogger.LogWorkItemEnqueue( 92UnitTestingSolutionCrawlerLogger.LogHigherPriority(Processor._logAggregator, id.Id); 216UnitTestingSolutionCrawlerLogger.LogProcessDocumentNotExist(Processor._logAggregator); 242UnitTestingSolutionCrawlerLogger.LogProcessDocument(Processor._logAggregator, documentId.Id, processedEverything); 309UnitTestingSolutionCrawlerLogger.LogResetStates(Processor._logAggregator); 348UnitTestingSolutionCrawlerLogger.LogIncrementalAnalyzerProcessorStatistics(