5 references to UseExpressionBodyForPropertiesDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
158IDEDiagnosticIds.UseExpressionBodyForPropertiesDiagnosticId),
Microsoft.CodeAnalysis.CSharp.Features (1)
UseExpressionBodyForPropertiesHelper.cs (1)
23: base(IDEDiagnosticIds.UseExpressionBodyForPropertiesDiagnosticId,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
82[FixId(IDEDiagnosticIds.UseExpressionBodyForPropertiesDiagnosticId)] 83[Name(IDEDiagnosticIds.UseExpressionBodyForPropertiesDiagnosticId)] 86[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.UseExpressionBodyForPropertiesDiagnosticId}")]