3 references to LowerPriority
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (3)
27
private const string LowerPriority = nameof(
LowerPriority
);
166
logAggregator.IncreaseCount(
LowerPriority
);
167
logAggregator.IncreaseCount(ValueTuple.Create(
LowerPriority
, documentId.Id));