5 references to UseExpressionBodyForIndexersDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
147
IDEDiagnosticIds.
UseExpressionBodyForIndexersDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.Features (1)
UseExpressionBodyForIndexersHelper.cs (1)
23
: base(IDEDiagnosticIds.
UseExpressionBodyForIndexersDiagnosticId
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
91
[FixId(IDEDiagnosticIds.
UseExpressionBodyForIndexersDiagnosticId
)]
92
[Name(IDEDiagnosticIds.
UseExpressionBodyForIndexersDiagnosticId
)]
95
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
UseExpressionBodyForIndexersDiagnosticId
}")]