2 references to RemoveUnusedLocalFunction
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
111
public const string RemoveUnusedLocalFunction = nameof(
RemoveUnusedLocalFunction
);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnusedLocalFunctionCodeFixProvider.cs (1)
20
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
RemoveUnusedLocalFunction
), Shared]