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)
57using var tagAggregator = _tagAggregatorFactory.CreateTagAggregator<NavigableHighlightTag>(args.TextView); 71using (var tagAggregator = _tagAggregatorFactory.CreateTagAggregator<NavigableHighlightTag>(args.TextView))