2 references to CS8505
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpReplaceDefaultLiteralCodeFixProvider.cs (2)
26private const string CS8505 = nameof(CS8505); // A default literal 'default' is not valid as a pattern. Use another literal (e.g. '0' or 'null') as appropriate. To match everything, use a discard pattern 'var _'. 35ImmutableArray.Create(CS8313, CS8505);