1 instantiation of SingleDiagnosticKindPullTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.cs (1)
51=> new(this, diagnosticKind, taggerHost, featureName);
3 references to SingleDiagnosticKindPullTaggerProvider
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.cs (3)
32private readonly ImmutableArray<SingleDiagnosticKindPullTaggerProvider> _diagnosticsTaggerProviders; 50SingleDiagnosticKindPullTaggerProvider CreateDiagnosticsTaggerProvider(DiagnosticKind diagnosticKind) 92foreach (var taggerProvider in _diagnosticsTaggerProviders)