6 references to UseLocalFunctionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
151
IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseLocalFunction\CSharpUseLocalFunctionDiagnosticAnalyzer.cs (1)
45
: base(IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
,
src\Analyzers\CSharp\CodeFixes\UseLocalFunction\CSharpUseLocalFunctionCodeFixProvider.cs (1)
41
=> [IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
];
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
298
[FixId(IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
)]
299
[Name(IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
)]
302
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
}")]