2 implementations of IUnitTestingSolutionCrawlerProgressReporter
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerProgressReporter.cs (2)
23internal sealed class UnitTestingSolutionCrawlerProgressReporter : IUnitTestingSolutionCrawlerProgressReporter 97private sealed class UnitTestingNullReporter : IUnitTestingSolutionCrawlerProgressReporter
3 references to IUnitTestingSolutionCrawlerProgressReporter
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\IUnitTestingSolutionCrawlerService.cs (2)
22/// Get <see cref="IUnitTestingSolutionCrawlerProgressReporter"/> for the given <see cref="Workspace"/> 24IUnitTestingSolutionCrawlerProgressReporter GetProgressReporter(Workspace workspace);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerService.cs (1)
39public IUnitTestingSolutionCrawlerProgressReporter GetProgressReporter(Workspace workspace)