4 references to new
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
478
:
this
(items, GetSingleArray(state)) { }
518
public TableEntry AsCached() =>
new
(_items, s_allCachedEntries);
520
public TableEntry AsRemoved() =>
new
(_items, s_allRemovedEntries);
643
return new
TableEntry
(items, _states?.ToImmutableAndFree() ?? GetSingleArray(_currentState.Value));