5 references to GetDiagnosticsAsync
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticAnalyzerRunner.cs (1)
38return GetDiagnosticsAsync(new[] { project }, analyzer, additionalEnabledDiagnostics);
Microsoft.AspNetCore.App.Analyzers.Test (1)
TestDiagnosticAnalyzer.cs (1)
168return GetDiagnosticsAsync(new[] { project }, Analyzer, Array.Empty<string>());
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
ComponentAnalyzerDiagnosticAnalyzerRunner.cs (1)
26return GetDiagnosticsAsync(new[] { project }, Analyzer, Array.Empty<string>());
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
ComponentAnalyzerDiagnosticAnalyzerRunner.cs (1)
26return GetDiagnosticsAsync(new[] { project }, Analyzer, Array.Empty<string>());
Mvc.Api.Analyzers.Test (1)
Infrastructure\MvcDiagnosticAnalyzerRunner.cs (1)
48return GetDiagnosticsAsync(new[] { project }, Analyzer, Array.Empty<string>());