4 references to GetTotalEntryItemCount
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\CombineNode.cs (1)
47var totalEntryItemCount = input1Table.GetTotalEntryItemCount();
SourceGeneration\Nodes\NodeStateTable.cs (2)
256_states = ArrayBuilder<TableEntry>.GetInstance(tableCapacity ?? previous.GetTotalEntryItemCount()); 554isCached: finalStates.All(static s => s.IsCached) && _previous.GetTotalEntryItemCount() == finalStates.Sum(static s => s.Count));
SourceGeneration\Nodes\TransformNode.cs (1)
66var totalEntryItemCount = sourceTable.GetTotalEntryItemCount();