Implemented interface member:
method
RunCodeAnalysisAsync
Microsoft.CodeAnalysis.Tools.Analyzers.IAnalyzerRunner.RunCodeAnalysisAsync(Microsoft.CodeAnalysis.Tools.Analyzers.CodeAnalysisResult, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer>, Microsoft.CodeAnalysis.Project, System.Collections.Immutable.ImmutableHashSet<System.String>, Microsoft.CodeAnalysis.DiagnosticSeverity, System.Collections.Immutable.ImmutableHashSet<System.String>, Microsoft.Extensions.Logging.ILogger, System.Threading.CancellationToken)
1 reference to RunCodeAnalysisAsync
dotnet-format (1)
Analyzers\AnalyzerRunner.cs (1)
20=> RunCodeAnalysisAsync(result, ImmutableArray.Create(analyzers), project, formattableDocumentPaths, severity, fixableCompilerDiagnostics, logger, cancellationToken);