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