2 references to CS8313
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpReplaceDefaultLiteralCodeFixProvider.cs (2)
25
private 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'.
35
ImmutableArray.Create(
CS8313
, CS8505);