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;
156
var tags =
_tagAggregator
.GetTags(new NormalizedSnapshotSpanCollection(fullSpan));
206
_tagAggregator
.BatchedTagsChanged -= TagAggregator_BatchedTagsChanged;
207
_tagAggregator
.Dispose();