2 implementations of IUnitTestingSolutionCrawlerProgressReporter
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerProgressReporter.cs (2)
23
internal sealed class UnitTestingSolutionCrawlerProgressReporter :
IUnitTestingSolutionCrawlerProgressReporter
97
private 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"/>
24
IUnitTestingSolutionCrawlerProgressReporter
GetProgressReporter(Workspace workspace);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerService.cs (1)
39
public
IUnitTestingSolutionCrawlerProgressReporter
GetProgressReporter(Workspace workspace)