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)
2230
If Me.
BindingLocation
= VisualBasic.BindingLocation.Attribute Then
Binding\Binder_Imports.vb (3)
137
If(binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration, NoLocation.Singleton, aliasIdentifier.GetLocation()))
208
data.AddMember(binder.GetSyntaxReference(importsName), importedSymbol, membersImportsSyntax.SpanStart, DirectCast(diagBag.DependenciesBag, IReadOnlyCollection(Of AssemblySymbol)), binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration)
242
Dim reference = If(binder.
BindingLocation
= BindingLocation.ProjectImportsDeclaration,
Semantics\OverloadResolution.vb (1)
3390
If binder.
BindingLocation
= BindingLocation.Attribute AndAlso