4 references to Class
ILLink.CodeFixProvider (4)
BaseAttributeCodeFixProvider.cs (2)
90 All = MethodOrConstructor | Property | Field | Event | Class 116 case ClassDeclarationSyntax when targets.HasFlag (AttributeableParentTargets.Class):
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;