2 references to CS8313
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpReplaceDefaultLiteralCodeFixProvider.cs (2)
25private const string CS8313 = nameof(CS8313); // A default literal 'default' is not valid as a case constant. Use another literal (e.g. '0' or 'null') as appropriate. If you intended to write the default label, use 'default:' without 'case'. 35ImmutableArray.Create(CS8313, CS8505);