1 type derived from AsynchronousTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
LineSeparators\LineSeparatorTaggerProvider.cs (1)
37internal sealed partial class LineSeparatorTaggerProvider : AsynchronousTaggerProvider<LineSeparatorTag>
3 references to AsynchronousTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
32: AsynchronousTaggerProvider<ITextMarkerTag>(taggerHost, FeatureAttribute.Classification)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
41: AsynchronousTaggerProvider<TTag>(taggerHost, featureName)
Structure\AbstractStructureTaggerProvider.cs (1)
43: AsynchronousTaggerProvider<IContainerStructureTag>(taggerHost, FeatureAttribute.Outlining)