8 references to GetAnalyzerDiagnosticsAsync
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticAnalyzerRunner.cs (1)
109diagnostics.AddRange(await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync());
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Helpers\DiagnosticVerifier.Helper.cs (1)
63var diags = compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync().Result;
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Helpers\DiagnosticVerifier.Helper.cs (1)
63var diags = compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync().Result;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Diagnostics\GetDiagnosticsTests.cs (5)
554var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 564analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 616var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 1440var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 1461analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync();