1 write to _tagAggregator
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
61
_tagAggregator
= tagAggregator;
4 references to _tagAggregator
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceMarginViewMargin.cs (4)
80
_tagAggregator
.BatchedTagsChanged += OnTagsChanged;
94
_tagAggregator
.BatchedTagsChanged -= OnTagsChanged;
98
_tagAggregator
.Dispose();
181
foreach (var mappingTagSpan in
_tagAggregator
.GetTags(textViewLine.ExtentAsMappingSpan))