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