2 references to CS0109
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
RemoveNewModifierCodeFixProvider.cs (2)
23private const string CS0109 = nameof(CS0109); // The member 'SomeClass.SomeMember' does not hide an accessible member. The new keyword is not required. 34public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(CS0109);