6 references to SimplifyPropertyPatternDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
108IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternDiagnosticAnalyzer.cs (1)
26: base(IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId,
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
30[IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId];
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
226[FixId(IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId)] 227[Name(IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId)] 230[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId}")]