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)
554
var analyzerDiagnostics = await compilationWithAnalyzers.
GetAnalyzerDiagnosticsAsync
();
564
analyzerDiagnostics = await compilationWithAnalyzers.
GetAnalyzerDiagnosticsAsync
();
616
var analyzerDiagnostics = await compilationWithAnalyzers.
GetAnalyzerDiagnosticsAsync
();
1440
var analyzerDiagnostics = await compilationWithAnalyzers.
GetAnalyzerDiagnosticsAsync
();
1461
analyzerDiagnostics = await compilationWithAnalyzers.
GetAnalyzerDiagnosticsAsync
();