5 references to ProjectImportsDeclaration
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder.vb (1)
1033BindingLocation.ProjectImportsDeclaration,
Binding\Binder_Imports.vb (3)
138If(binder.BindingLocation = BindingLocation.ProjectImportsDeclaration, NoLocation.Singleton, aliasIdentifier.GetLocation())) 209data.AddMember(binder.GetSyntaxReference(importsName), importedSymbol, membersImportsSyntax.SpanStart, dependenciesBag, binder.BindingLocation = BindingLocation.ProjectImportsDeclaration) 243Dim reference = If(binder.BindingLocation = BindingLocation.ProjectImportsDeclaration,
Binding\BinderBuilder.vb (1)
70Return New LocationSpecificBinder(BindingLocation.ProjectImportsDeclaration, ignoreBasesBinder)