3 references to UseLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UseLocalFunction\CSharpUseLocalFunctionCodeFixProvider.cs (1)
33
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
UseLocalFunction
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
135
public static string UseLocalFunction => PredefinedCodeFixProviderNames.
UseLocalFunction
;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
167
public const string UseLocalFunction = nameof(
UseLocalFunction
);