7 references to Attribute
Microsoft.CodeAnalysis.VisualBasic (7)
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)
2230If Me.BindingLocation = VisualBasic.BindingLocation.Attribute Then
Binding\EarlyWellKnownAttributeBinder.vb (1)
47Return BindingLocation.Attribute
Semantics\OverloadResolution.vb (2)
1107binder.BindingLocation <> BindingLocation.Attribute AndAlso 3750If binder.BindingLocation = BindingLocation.Attribute AndAlso