2 references to GenerateMethodDiagnosticIds
Microsoft.CodeAnalysis.CSharp.Features (2)
SpellCheck\CSharpSpellcheckCodeFixProvider.cs (1)
37
var generateMethodFixable =
GenerateMethodDiagnosticIds
.FixableDiagnosticIds.Except([CS0539]);
src\Analyzers\CSharp\CodeFixes\GenerateMethod\GenerateMethodCodeFixProvider.cs (1)
52
GenerateMethodDiagnosticIds
.FixableDiagnosticIds;