4 references to DeclarationInfo
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (2)
16private readonly DeclarationInfo _declarationInfo; 23DeclarationInfo declarationInfo,
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.DeclarationInfo.cs (1)
21public static DeclarationInfo? TryReadFrom(StringTable stringTable, ObjectReader reader)
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Persistence.cs (1)
30var declarationInfo = DeclarationInfo.TryReadFrom(stringTable, reader);