3 references to AttributeTarget
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1460if (contextualAttributeBinder is { AttributeTarget: MethodSymbol { AssociatedSymbol: SourcePropertySymbol property } })
Binder\Binder_Symbols.cs (1)
2692if (contextualAttributeBinder is { AttributeTarget: { Kind: SymbolKind.Assembly } })
Binder\LocalBinderFactory.cs (1)
293return contextualAttributeBinder.AttributeTarget;