7 references to ImportedNamespaceOrType
Microsoft.CodeAnalysis (4)
Compilation\IImportScope.cs (4)
16
/// cref="
ImportedNamespaceOrType
.DeclaringSyntaxReference"/> or <see
65
ImmutableArray<
ImportedNamespaceOrType
> Imports { get; }
129
ImmutableArray<
ImportedNamespaceOrType
> imports,
148
public ImmutableArray<
ImportedNamespaceOrType
> Imports { get; }
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
InteractiveSessionTests.cs (1)
1190
var
import = scope.Imports.Single();
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\TypesOfImportedNamespacesMembersBinder.vb (1)
57
Public Function GetImportChainData() As ImmutableArray(Of
ImportedNamespaceOrType
)
Compilation\SemanticModel.vb (1)
3502
Dim [imports] = If(typesOfImportedNamespacesMembers?.GetImportChainData(), ImmutableArray(Of
ImportedNamespaceOrType
).Empty)