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