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