6 references to SimplifyPropertyPatternDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
167IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId,
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
35ImmutableArray.Create(IDEDiagnosticIds.SimplifyPropertyPatternDiagnosticId);
CSharpSimplifyPropertyPatternDiagnosticAnalyzer.cs (1)
27: base(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}")]