1 write to _tagAggregator
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
60
_tagAggregator
= tagAggregator;
4 references to _tagAggregator
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceMarginViewMargin.cs (4)
79
_tagAggregator
.BatchedTagsChanged += OnTagsChanged;
93
_tagAggregator
.BatchedTagsChanged -= OnTagsChanged;
97
_tagAggregator
.Dispose();
179
foreach (var mappingTagSpan in
_tagAggregator
.GetTags(textViewLine.ExtentAsMappingSpan))