7 references to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\ImportCompletionProvider\ExtensionMethodImportCompletionCacheEntry.cs (1)
62
_mapBuilder.Add(receiverType, syntaxIndex.
DeclaredSymbolInfos
[index]);
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
201
foreach (var info in index.
DeclaredSymbolInfos
)
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
117
foreach (var declaredSymbolInfo in index.
DeclaredSymbolInfos
)
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
62
foreach (var info in syntaxTreeIndex.
DeclaredSymbolInfos
)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (2)
30
_declaredSymbolInfoSet = new(() => new(this.
DeclaredSymbolInfos
));
36
/// Same as <see cref="
DeclaredSymbolInfos
"/>, just stored as a set for easy containment checks.
Workspace\Solution\Project.cs (1)
376
foreach (var info in index.
DeclaredSymbolInfos
)