6 references to UseLocalFunctionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
237
IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseLocalFunctionCodeFixProvider.cs (1)
43
=> ImmutableArray.Create(IDEDiagnosticIds.
UseLocalFunctionDiagnosticId
);
CSharpUseLocalFunctionDiagnosticAnalyzer.cs (1)
45
: base(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
}")]