4 references to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
92foreach (var info in syntaxTreeIndex.DeclaredSymbolInfos)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (2)
30_declaredSymbolInfoSet = new(() => [.. this.DeclaredSymbolInfos]); 36/// Same as <see cref="DeclaredSymbolInfos"/>, just stored as a set for easy containment checks.
Workspace\Solution\Project.cs (1)
425foreach (var info in index.DeclaredSymbolInfos)