1 write to _declarationInfo
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
27
_declarationInfo
= declarationInfo;
2 references to _declarationInfo
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
33
public ImmutableArray<DeclaredSymbolInfo> DeclaredSymbolInfos =>
_declarationInfo
.DeclaredSymbolInfos;
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Persistence.cs (1)
23
_declarationInfo
.WriteTo(writer);