1 instantiation of SingleDiagnosticKindPullTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
50
=>
new
(callback, diagnosticKind, threadingContext, diagnosticService, analyzerService, globalOptions, visibilityTracker, listener);
4 references to SingleDiagnosticKindPullTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (4)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (4)
21
/// underlying <see cref="
SingleDiagnosticKindPullTaggerProvider
"/>s.
30
private readonly ImmutableArray<
SingleDiagnosticKindPullTaggerProvider
> _diagnosticsTaggerProviders;
49
SingleDiagnosticKindPullTaggerProvider
CreateDiagnosticsTaggerProvider(DiagnosticKind diagnosticKind)
56
foreach (
var
taggerProvider in _diagnosticsTaggerProviders)