2 references to CS8421
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
PassInCapturedVariablesAsArgumentsCodeFixProvider.cs (2)
25private const string CS8421 = nameof(CS8421); // A static local function can't contain a reference to <variable>. 33public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(CS8421);