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