2 references to ProcessProjectCancellation
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerLogger.cs (2)
41
private const string ProcessProjectCancellation = nameof(
ProcessProjectCancellation
);
287
logAggregator.IncreaseCount(
ProcessProjectCancellation
);