6 references to MethodOrConstructor
ILLink.CodeFixProvider (6)
BaseAttributeCodeFixProvider.cs (3)
90
All =
MethodOrConstructor
| Property | Field | Event | Class
109
if (targets.HasFlag (AttributeableParentTargets.
MethodOrConstructor
))
114
case LocalFunctionStatementSyntax or BaseMethodDeclarationSyntax or AccessorDeclarationSyntax when targets.HasFlag (AttributeableParentTargets.
MethodOrConstructor
):
RequiresAssemblyFilesCodeFixProvider.cs (1)
31
private protected override AttributeableParentTargets AttributableParentTargets => AttributeableParentTargets.
MethodOrConstructor
| AttributeableParentTargets.Property | AttributeableParentTargets.Event;
RequiresDynamicCodeCodeFixProvider.cs (1)
28
private protected override AttributeableParentTargets AttributableParentTargets => AttributeableParentTargets.
MethodOrConstructor
| AttributeableParentTargets.Class;
RequiresUnreferencedCodeCodeFixProvider.cs (1)
28
private protected override AttributeableParentTargets AttributableParentTargets => AttributeableParentTargets.
MethodOrConstructor
| AttributeableParentTargets.Class;