6 references to Attribute
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\AttributeSemanticModel.vb (1)
30wrappedBinder = New LocationSpecificBinder(BindingLocation.Attribute, owner, binder)
Binding\Binder_Attributes.vb (2)
47binder = New LocationSpecificBinder(VisualBasic.BindingLocation.Attribute, ownerSymbol, binder) 67binder = New LocationSpecificBinder(VisualBasic.BindingLocation.Attribute, ownerSymbol, binder)
Binding\Binder_Expressions.vb (1)
2205If Me.BindingLocation = VisualBasic.BindingLocation.Attribute Then
Binding\EarlyWellKnownAttributeBinder.vb (1)
47Return BindingLocation.Attribute
Semantics\OverloadResolution.vb (1)
3390If binder.BindingLocation = BindingLocation.Attribute AndAlso