2 references to CS0539
Microsoft.CodeAnalysis.CSharp.Features (2)
SpellCheck\CSharpSpellcheckCodeFixProvider.cs (2)
27
private const string CS0539 = nameof(
CS0539
); // error CS0539: 'A.Goo<T>()' in explicit interface declaration is not a member of interface
37
var generateMethodFixable = GenerateMethodDiagnosticIds.FixableDiagnosticIds.Except([
CS0539
]);