1 write to _tagAggregatorFactory
Microsoft.CodeAnalysis.EditorFeatures (1)
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
46
_tagAggregatorFactory
= tagAggregatorFactory ?? throw new ArgumentNullException(nameof(tagAggregatorFactory));
2 references to _tagAggregatorFactory
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (2)
57
using var tagAggregator =
_tagAggregatorFactory
.CreateTagAggregator<NavigableHighlightTag>(args.TextView);
71
using (var tagAggregator =
_tagAggregatorFactory
.CreateTagAggregator<NavigableHighlightTag>(args.TextView))