12 references to GlobalNamespace
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (1)
206
Return New BoundNamespaceExpression(node, Nothing, Compilation.
GlobalNamespace
)
Binding\Binder_Imports.vb (1)
107
Dim conflictsWith = binder.Compilation.
GlobalNamespace
.GetMembers(aliasText)
Binding\Binder_Symbols.vb (1)
1110
Return SingleLookupResult.Good(binder.Compilation.
GlobalNamespace
)
Binding\DocumentationCommentCrefBinder.vb (2)
368
Return ImmutableArray.Create(Of Symbol)(Me.Compilation.
GlobalNamespace
)
589
symbols.Add(Me.Compilation.
GlobalNamespace
)
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
99
symbols.Add(Me.Compilation.
GlobalNamespace
)
Compilation\VisualBasicCompilation.vb (4)
1480
Return
GlobalNamespace
2740
Return Me.
GlobalNamespace
3274
Dim current = TryCast(Me._compilation.
GlobalNamespace
, NamespaceOrTypeSymbol)
3293
Return Me._compilation.
GlobalNamespace
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
67
FindGroupClassBaseTypes(baseTypeNames(i).Split(separatorDot, StringSplitOptions.None), DeclaringCompilation.
GlobalNamespace
, 0, baseTypes)
Symbols\WellKnownMembers.vb (1)
43
Dim system_Runtime_CompilerServices = Me.
GlobalNamespace
.LookupNestedNamespace(ImmutableArray.Create(MetadataHelpers.SystemString, "Runtime", "CompilerServices"))