3 references to GetTotalEntryItemCount
Microsoft.CodeAnalysis (3)
SourceGeneration\Nodes\CombineNode.cs (1)
44var totalEntryItemCount = input1Table.GetTotalEntryItemCount();
SourceGeneration\Nodes\NodeStateTable.cs (1)
181_states = ArrayBuilder<TableEntry>.GetInstance(tableCapacity ?? previous.GetTotalEntryItemCount());
SourceGeneration\Nodes\TransformNode.cs (1)
61var totalEntryItemCount = sourceTable.GetTotalEntryItemCount();