1 implementation of GetAllDiagnosticDescriptorsAsync
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
70
public async Task<IReadOnlyDictionary<string, IEnumerable<DiagnosticDescriptor>>>
GetAllDiagnosticDescriptorsAsync
(
1 reference to GetAllDiagnosticDescriptorsAsync
Microsoft.VisualStudio.LanguageServices (1)
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioDiagnosticAnalyzerServiceAccessor.cs (1)
26
=> threadingContext.JoinableTaskFactory.Run(() => implementation.
GetAllDiagnosticDescriptorsAsync
(hierarchyOpt, CancellationToken.None));