3 references to Property
ILLink.CodeFixProvider (3)
BaseAttributeCodeFixProvider.cs (2)
90All = MethodOrConstructor | Property | Field | Event | Class 103case PropertyDeclarationSyntax when targets.HasFlag(AttributeableParentTargets.Property):
RequiresAssemblyFilesCodeFixProvider.cs (1)
31private protected override AttributeableParentTargets AttributableParentTargets => AttributeableParentTargets.MethodOrConstructor | AttributeableParentTargets.Property | AttributeableParentTargets.Event;