5 implementations of Receive
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (2)
153
public void
Receive
<TLeftKey>(PartitionedStream<TLeftInput, TLeftKey> source)
189
public void
Receive
<TRightKey>(PartitionedStream<TRightInput, TRightKey> rightPartitionedStream)
System\Linq\Parallel\QueryOperators\PartitionedStreamMerger.cs (1)
55
public void
Receive
<TKey>(PartitionedStream<TOutput, TKey> partitionedStream)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
157
public void
Receive
<TKey>(PartitionedStream<TInputOutput, TKey> childPartitionedStream)
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (1)
157
public void
Receive
<TKey>(PartitionedStream<TInput, TKey> inputStream)
38 references to Receive
System.Linq.Parallel (38)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
194
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
130
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
106
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
183
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
107
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
153
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
138
outputRecipient.
Receive
(outputStream);
151
outputRecipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
205
recipient.
Receive
(partitionedStream);
System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs (2)
115
recipient.
Receive
<int>(result);
122
recipient.
Receive
<int>(result);
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
131
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\ListQueryResults.cs (1)
34
recipient.
Receive
<int>(partitionedStream);
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (1)
199
recipient.
Receive
<int>(partitions);
System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs (1)
135
recipient.
Receive
<int>(partitionedStream);
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
118
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
97
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
77
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
100
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
93
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
92
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
95
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
128
recipient.
Receive
(outputStream);
168
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
116
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
110
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
90
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
66
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
158
recipient.
Receive
(outputStream);
177
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
59
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
68
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
95
recipient.
Receive
<TSortKey>(outputStream);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
123
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
149
recipient.
Receive
(partitionedStream);
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
61
recipient.
Receive
(outputStream);
System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs (2)
119
recipient.
Receive
<int>(result);
125
recipient.
Receive
<int>(result);