1 write to TagAggregator
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Adornments\AbstractAdornmentManager.cs (1)
82TagAggregator = tagAggregatorFactoryService.CreateTagAggregator<T>(textView);
6 references to TagAggregator
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
Adornments\AbstractAdornmentManager.cs (3)
84TagAggregator.TagsChanged += OnTagsChanged; 90TagAggregator.TagsChanged -= OnTagsChanged; 91TagAggregator.Dispose();
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (1)
125var tagSpans = TagAggregator.GetTags(changedSpan);
LineSeparators\LineSeparatorAdornmentManager.cs (1)
39var tagSpans = TagAggregator.GetTags(changedSpan);
StringIndentation\StringIndentationAdornmentManager.cs (1)
46var tagSpans = TagAggregator.GetTags(changedSpan);