3 overrides of BindingLocation
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BackstopBinder.vb (1)
229
Public Overrides ReadOnly Property
BindingLocation
As BindingLocation
Binding\EarlyWellKnownAttributeBinder.vb (1)
45
Public Overrides ReadOnly Property
BindingLocation
As BindingLocation
Binding\LocationSpecificBinder.vb (1)
39
Public Overrides ReadOnly Property
BindingLocation
As BindingLocation
7 references to BindingLocation
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder.vb (2)
1010
Return m_containingBinder.
BindingLocation
1029
Select Case Me.
BindingLocation
Binding\Binder_Expressions.vb (1)
2205
If Me.
BindingLocation
= VisualBasic.BindingLocation.Attribute Then
Binding\Binder_Imports.vb (3)
138
If(binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration, NoLocation.Singleton, aliasIdentifier.GetLocation()))
209
data.AddMember(binder.GetSyntaxReference(importsName), importedSymbol, membersImportsSyntax.SpanStart, dependenciesBag, binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration)
243
Dim reference = If(binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration,
Semantics\OverloadResolution.vb (1)
3390
If binder.
BindingLocation
= BindingLocation.Attribute AndAlso