3 references to LowerPriority
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\SolutionCrawlerLogger.cs (3)
26
private const string LowerPriority = nameof(
LowerPriority
);
167
logAggregator.IncreaseCount(
LowerPriority
);
168
logAggregator.IncreaseCount(ValueTuple.Create(
LowerPriority
, documentId.Id));