2 references to SimplifyPropertyPattern
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
25[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.SimplifyPropertyPattern), Shared]
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
121public const string SimplifyPropertyPattern = nameof(SimplifyPropertyPattern);