4 references to s_allCachedEntries
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
629
public bool IsCached => this._states ==
s_allCachedEntries
|| this._states.All(s => s == EntryState.Cached);
645
return new TableEntry(_items,
s_allCachedEntries
, anyRemoved: false);
658
return new TableEntry(OneOrMany.Create(itemBuilder.ToImmutableAndFree()),
s_allCachedEntries
, anyRemoved: false);
666
EntryState.Cached =>
s_allCachedEntries
,