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