4 references to s_allCachedEntries
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\NodeStateTable.cs (4)
622
public bool IsCached => this._states ==
s_allCachedEntries
|| this._states.All(s => s == EntryState.Cached);
638
return new TableEntry(_items,
s_allCachedEntries
, anyRemoved: false);
651
return new TableEntry(OneOrMany.Create(itemBuilder.ToImmutableArray()),
s_allCachedEntries
, anyRemoved: false);
659
EntryState.Cached =>
s_allCachedEntries
,