1 write to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (1)
19
=>
DeclaredSymbolInfos
= declaredSymbolInfos;
3 references to DeclaredSymbolInfos
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
33
public ImmutableArray<DeclaredSymbolInfo> DeclaredSymbolInfos => _declarationInfo.
DeclaredSymbolInfos
;
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (2)
23
writer.WriteInt32(
DeclaredSymbolInfos
.Length);
24
foreach (var declaredSymbolInfo in
DeclaredSymbolInfos
)