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