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