2 references to CS0737
Microsoft.CodeAnalysis.CSharp.Features (2)
ImplementInterface\CSharpImplementInterfaceCodeFixProvider.cs (2)
27private const string CS0737 = nameof(CS0737); // 'Class' does not implement interface member 'IInterface.M()'. 'Class.M()' cannot implement an interface member because it is not public. 37= ImmutableArray.Create(CS0535, CS0737, CS0738);