5 references to ProjectImportsDeclaration
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder.vb (1)
1036BindingLocation.ProjectImportsDeclaration,
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,
Binding\BinderBuilder.vb (1)
70Return New LocationSpecificBinder(BindingLocation.ProjectImportsDeclaration, ignoreBasesBinder)