7 references to MethodOrConstructor
ILLink.CodeFixProvider (7)
BaseAttributeCodeFixProvider.cs (3)
90
All =
MethodOrConstructor
| Property | Field | Event | Class
111
if (targets.HasFlag(AttributeableParentTargets.
MethodOrConstructor
))
116
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;
RequiresUnsafeCodeFixProvider.cs (1)
36
private protected override AttributeableParentTargets AttributableParentTargets => AttributeableParentTargets.
MethodOrConstructor
;