2 references to IsCached
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
305
Debug.Assert(previousEntries.
IsCached
);
555
isCached: finalStates.All(static s => s.
IsCached
) && _previous.GetTotalEntryItemCount() == finalStates.Sum(static s => s.Count));