2 references to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
33
public ImmutableArray<DeclaredSymbolInfo> DeclaredSymbolInfos => _declarationInfo.
DeclaredSymbolInfos
;
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (1)
19
=> writer.WriteArray(
DeclaredSymbolInfos
, static (w, d) => d.WriteTo(w));