1 reference to PreferHashDataOverComputeHashFixAllCodeAction
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
262
return new
PreferHashDataOverComputeHashFixAllCodeAction
(title, fixAllContext.Solution, diagnosticsToFix, Helper);