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