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)
679var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 689analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 741var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 1565var analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync(); 1586analyzerDiagnostics = await compilationWithAnalyzers.GetAnalyzerDiagnosticsAsync();