Method GetInitialReferenceCount
GetInitialReferenceCount()
Returns the initial reference-count table computed for this execution.
public Dictionary<string, int> GetInitialReferenceCount()
Returns
- Dictionary<string, int>
A map from pooled output names to the number of downstream consumers that initially depend on them.
Remarks
Outputs requested as final targets are pinned to int.MaxValue so they are not recycled before the caller extracts them from the DataPool.