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