2 references to Take
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
1092var nextBatch = _batchInputs.Take();
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
508/// <remarks>A call to <see cref="Take()"/> may block until an item is available to be removed.</remarks>