2 references to StateTableStore
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\StateTableStore.cs (2)
18
public static readonly StateTableStore Empty = new
StateTableStore
(ImmutableSegmentedDictionary<object, IStateTable>.Empty);
60
return new
StateTableStore
(_tableBuilder.ToImmutable());