4 references to TableEntry
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
593: this(items, GetSingleArray(state), anyRemoved: state == EntryState.Removed) { } 638return new TableEntry(_items, s_allCachedEntries, anyRemoved: false); 654public TableEntry AsRemovedDueToInputRemoval() => new(_items, s_allRemovedDueToInputRemoval, anyRemoved: true); 767return new TableEntry(_items.ToOneOrManyAndFree(), _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value), anyRemoved: _anyRemoved);