1 instantiation of UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
150
coordinator.Reanalyze(analyzer, new
UnitTestingReanalyzeScope
(projectIds, documentIds));
3 references to UnitTestingReanalyzeScope
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
94
var
scope = new UnitTestingReanalyzeScope(Registration.GetSolutionToAnalyze().Id);
98
public void Reanalyze(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope)
391
private async Task EnqueueWorkItemAsync(IUnitTestingIncrementalAnalyzer analyzer,
UnitTestingReanalyzeScope
scope)