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