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