1 implementation of Imports
Microsoft.CodeAnalysis (1)
Compilation\IImportScope.cs (1)
148public ImmutableArray<ImportedNamespaceOrType> Imports { get; }
6 references to Imports
Microsoft.CodeAnalysis (1)
Compilation\IImportScope.cs (1)
14/// cref="ISymbol.DeclaringSyntaxReferences"/> on the <see cref="IAliasSymbol"/> itself. For <see cref="Imports"/>
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
44foreach (var usingNode in scope.Imports)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
44foreach (var usingNode in scope.Imports)
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\AbstractImportCompletionProvider.cs (1)
103foreach (var import in scope.Imports)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
197var nonLocalImports = lastScope.Imports
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpAddImportsService.cs (1)
44foreach (var usingNode in scope.Imports)