2 references to IsCached
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
73IsCached = !states.IsEmpty && states.All(s => s.IsCached); 229Debug.Assert(previousEntries.IsCached);