3 references to s_allCachedEntries
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\NodeStateTable.cs (3)
506public bool IsCached => this._states == s_allCachedEntries || this._states.All(s => s == EntryState.Cached); 518public TableEntry AsCached() => new(_items, s_allCachedEntries); 525EntryState.Cached => s_allCachedEntries,