1 type derived from AsynchronousViewTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousTaggerProvider.cs (1)
14internal abstract class VSTypeScriptAsynchronousTaggerProvider<TTag> : AsynchronousViewTaggerProvider<TTag>
6 references to AsynchronousViewTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (6)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
32: AsynchronousViewTaggerProvider<BraceHighlightTag>(taggerHost, FeatureAttribute.BraceHighlighting)
Copilot\CopilotTaggerProvider.cs (1)
37: AsynchronousViewTaggerProvider<ITextMarkerTag>(taggerHost, FeatureAttribute.CopilotSuggestions)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
38: AsynchronousViewTaggerProvider<KeywordHighlightTag>(taggerHost, FeatureAttribute.KeywordHighlighting)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
39: AsynchronousViewTaggerProvider<NavigableHighlightTag>(taggerHost, FeatureAttribute.ReferenceHighlighting)
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (2)
24/// Actual <see cref="AsynchronousViewTaggerProvider{TTag}"/> responsible for tagging a particular span (or spans) 32: AsynchronousViewTaggerProvider<TTag>(callback._taggerHost, featureName)