3 references to OpenDocument
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\SolutionCrawlerLogger.cs (3)
36
private const string OpenDocument = nameof(
OpenDocument
);
246
logAggregator.IncreaseCount(
OpenDocument
);
247
logAggregator.IncreaseCount(ValueTuple.Create(
OpenDocument
, documentId));