Home
last modified time | relevance | path

Searched refs:multipleOutputItems (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Blocks/
H A DBatchBlock.cs66 …ningSource, singleOutputItem, multipleOutputItems) => BatchBlockTargetCore.CountItems(singleOutput… in BatchBlock()
1152 internal static int CountItems(T[] singleOutputItem, IList<T[]> multipleOutputItems) in CountItems() argument
1155 if (multipleOutputItems == null) return singleOutputItem.Length; in CountItems()
1159 foreach (T[] item in multipleOutputItems) count += item.Length; in CountItems()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Blocks/
H A DBatchBlock.cs65 …ningSource, singleOutputItem, multipleOutputItems) => BatchBlockTargetCore.CountItems(singleOutput… in BatchBlock()
1151 internal static int CountItems(T[] singleOutputItem, IList<T[]> multipleOutputItems) in CountItems() argument
1154 if (multipleOutputItems == null) return singleOutputItem.Length; in CountItems()
1158 foreach (T[] item in multipleOutputItems) count += item.Length; in CountItems()