3 types derived from AbstractSyntaxIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex.cs (1)
14
internal sealed partial class SyntaxTreeIndex :
AbstractSyntaxIndex
<SyntaxTreeIndex>
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.cs (1)
19
internal sealed partial class NavigateToSearchIndex :
AbstractSyntaxIndex
<NavigateToSearchIndex>
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
14
internal sealed partial class TopLevelSyntaxTreeIndex :
AbstractSyntaxIndex
<TopLevelSyntaxTreeIndex>
3 references to AbstractSyntaxIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\Shared\AbstractSyntaxIndex.cs (1)
16
where TIndex :
AbstractSyntaxIndex
<TIndex>
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (1)
22
/// Increment this whenever the data format of the <see cref="
AbstractSyntaxIndex
{TIndex}"/> changes. This ensures
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
19
/// When adding a new value, also bump <see cref="
AbstractSyntaxIndex
{TIndex}.s_serializationFormatChecksum"/>.