2 references to UpdateWorkItem
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (2)
31
private const string UpdateWorkItem = nameof(
UpdateWorkItem
);
158
logAggregator.IncreaseCount(added ? NewWorkItem :
UpdateWorkItem
);