4 references to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
92
foreach (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)
425
foreach (var info in index.
DeclaredSymbolInfos
)