2 references to CS8321
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpRemoveUnusedLocalFunctionCodeFixProvider.cs (2)
24private const string CS8321 = nameof(CS8321); // The local function 'X' is declared but never used 33=> ImmutableArray.Create(CS8321);