3 references to RemoveUnusedLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveUnusedLocalFunctionCodeFixProvider.cs (1)
20
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
RemoveUnusedLocalFunction
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
96
public static string RemoveUnusedLocalFunction => PredefinedCodeFixProviderNames.
RemoveUnusedLocalFunction
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
111
public const string RemoveUnusedLocalFunction = nameof(
RemoveUnusedLocalFunction
);