Base:
method
GetAnalyzers
Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference.GetAnalyzers(System.String)
2 references to GetAnalyzers
CodeStyleConfigFileGenerator (1)
Program.cs (1)
57var analyzers = analyzerFileReference.GetAnalyzers(languageForGetAnalyzers);
dotnet-format (1)
Analyzers\CodeStyleInformationProvider.cs (1)
50analyzers.AddRange(references.SelectMany(reference => reference.GetAnalyzers(project.Language)));