1 write to _tagAggregator
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
64_tagAggregator = tagAggregator;
4 references to _tagAggregator
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsTagger.cs (4)
68_tagAggregator.BatchedTagsChanged += TagAggregator_BatchedTagsChanged; 156var tags = _tagAggregator.GetTags(new NormalizedSnapshotSpanCollection(fullSpan)); 206_tagAggregator.BatchedTagsChanged -= TagAggregator_BatchedTagsChanged; 207_tagAggregator.Dispose();