2 references to CS0260
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpMakeTypePartialCodeFixProvider.cs (2)
17
private const string CS0260 = nameof(
CS0260
); // Missing partial modifier on declaration of type 'C'; another partial declaration of this type exists
26
ImmutableArray.Create(
CS0260
);