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