2 types derived from AbstractPushOrPullDiagnosticsTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (2)
Diagnostics\AbstractDiagnosticsAdornmentTaggerProvider.cs (1)
16AbstractPushOrPullDiagnosticsTaggerProvider<TTag>
Diagnostics\DiagnosticsClassificationTaggerProvider.cs (1)
34internal sealed partial class DiagnosticsClassificationTaggerProvider : AbstractPushOrPullDiagnosticsTaggerProvider<ClassificationTag>
6 references to AbstractPushOrPullDiagnosticsTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (5)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
33AbstractPushOrPullDiagnosticsTaggerProvider<TTag> callback,
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (2)
35private readonly AbstractPushOrPullDiagnosticsTaggerProvider<TTag> _callback; 47AbstractPushOrPullDiagnosticsTaggerProvider<TTag> callback,
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (2)
43private readonly AbstractPushOrPullDiagnosticsTaggerProvider<TTag> _callback; 48AbstractPushOrPullDiagnosticsTaggerProvider<TTag> callback,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Diagnostics\DiagnosticTaggerWrapper.cs (1)
24where TProvider : AbstractPushOrPullDiagnosticsTaggerProvider<TTag>