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