1 implementation of GetDiagnosticDescriptorsPerReferenceAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
131
public async Task<ImmutableDictionary<string, ImmutableArray<DiagnosticDescriptor>>>
GetDiagnosticDescriptorsPerReferenceAsync
(
2 references to GetDiagnosticDescriptorsPerReferenceAsync
Microsoft.CodeAnalysis.Features (2)
Diagnostics\IDiagnosticAnalyzerService.cs (2)
157
=> service.
GetDiagnosticDescriptorsPerReferenceAsync
(solution, projectId: null, cancellationToken);
161
=> service.
GetDiagnosticDescriptorsPerReferenceAsync
(project.Solution, project.Id, cancellationToken);