3 references to HigherPriority
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\SolutionCrawlerLogger.cs (3)
25
private const string HigherPriority = nameof(
HigherPriority
);
180
logAggregator.IncreaseCount(
HigherPriority
);
181
logAggregator.IncreaseCount(ValueTuple.Create(
HigherPriority
, documentId));