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