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)
33public ImmutableArray<DeclaredSymbolInfo> DeclaredSymbolInfos => _declarationInfo.DeclaredSymbolInfos;
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (2)
23writer.WriteInt32(DeclaredSymbolInfos.Length); 24foreach (var declaredSymbolInfo in DeclaredSymbolInfos)