2 references to CS0267
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpOrderModifiersCodeFixProvider.cs (2)
22private const string CS0267 = nameof(CS0267); // The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or 'void' 34protected override ImmutableArray<string> FixableCompilerErrorIds { get; } = ImmutableArray.Create(CS0267);