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