2 references to SimplifyPropertyPattern
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
24
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
SimplifyPropertyPattern
), Shared]
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
125
public const string SimplifyPropertyPattern = nameof(
SimplifyPropertyPattern
);