3 references to HigherPriority
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (3)
26
private const string HigherPriority = nameof(
HigherPriority
);
179
logAggregator.IncreaseCount(
HigherPriority
);
180
logAggregator.IncreaseCount(ValueTuple.Create(
HigherPriority
, documentId));