2 types derived from ParallelLoopState
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
280
internal class ParallelLoopState32 :
ParallelLoopState
343
internal class ParallelLoopState64 :
ParallelLoopState
76 references to ParallelLoopState
mscorlib (76)
system\threading\Tasks\Parallel.cs (70)
573
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
577
/// Calling <see cref="System.Threading.Tasks.
ParallelLoopState
.Break()">ParallelLoopState.Break()</see>
586
/// <see cref="System.Threading.Tasks.
ParallelLoopState
.Stop()">ParallelLoopState.Stop()</see>
597
public static ParallelLoopResult For(int fromInclusive, int toExclusive, Action<int,
ParallelLoopState
> body)
624
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
627
public static ParallelLoopResult For(long fromInclusive, long toExclusive, Action<long,
ParallelLoopState
> body)
665
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
668
public static ParallelLoopResult For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action<int,
ParallelLoopState
> body)
710
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
714
Action<long,
ParallelLoopState
> body)
755
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
771
Func<int,
ParallelLoopState
, TLocal, TLocal> body,
817
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
833
Func<long,
ParallelLoopState
, TLocal, TLocal> body,
890
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
906
Func<int,
ParallelLoopState
, TLocal, TLocal> body,
967
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
983
Func<long,
ParallelLoopState
, TLocal, TLocal> body,
1038
Action<int,
ParallelLoopState
> bodyWithState,
1039
Func<int,
ParallelLoopState
, TLocal, TLocal> bodyWithLocal,
1353
Action<long,
ParallelLoopState
> bodyWithState,
1354
Func<long,
ParallelLoopState
, TLocal, TLocal> bodyWithLocal,
1745
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
1748
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, Action<TSource,
ParallelLoopState
> body)
1792
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
1795
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, ParallelOptions parallelOptions, Action<TSource,
ParallelLoopState
> body)
1832
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
1835
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, Action<TSource,
ParallelLoopState
, long> body)
1879
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
1882
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, ParallelOptions parallelOptions, Action<TSource,
ParallelLoopState
, long> body)
1929
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
1943
Func<TSource,
ParallelLoopState
, TLocal, TLocal> body, Action<TLocal> localFinally)
2005
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2020
Func<TSource,
ParallelLoopState
, TLocal, TLocal> body, Action<TLocal> localFinally)
2075
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2089
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> body, Action<TLocal> localFinally)
2151
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2165
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> body, Action<TLocal> localFinally)
2219
Action<TSource,
ParallelLoopState
> bodyWithState,
2220
Action<TSource,
ParallelLoopState
, long> bodyWithStateAndIndex,
2221
Func<TSource,
ParallelLoopState
, TLocal, TLocal> bodyWithStateAndLocal,
2222
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> bodyWithEverything,
2283
Action<TSource,
ParallelLoopState
> bodyWithState,
2284
Action<TSource,
ParallelLoopState
, long> bodyWithStateAndIndex,
2285
Func<TSource,
ParallelLoopState
, TLocal, TLocal> bodyWithStateAndLocal,
2286
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> bodyWithEverything,
2342
Action<TSource,
ParallelLoopState
> bodyWithState,
2343
Action<TSource,
ParallelLoopState
, long> bodyWithStateAndIndex,
2344
Func<TSource,
ParallelLoopState
, TLocal, TLocal> bodyWithStateAndLocal,
2345
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> bodyWithEverything,
2476
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2482
Action<TSource,
ParallelLoopState
> body)
2538
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2544
Action<TSource,
ParallelLoopState
, long> body)
2611
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2627
Func<TSource,
ParallelLoopState
, TLocal, TLocal> body,
2701
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2717
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> body,
2868
/// and a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2875
Action<TSource,
ParallelLoopState
> body)
2946
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
2953
Action<TSource,
ParallelLoopState
, long> body)
3035
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
3052
Func<TSource,
ParallelLoopState
, TLocal, TLocal> body,
3141
/// a <see cref="System.Threading.Tasks.
ParallelLoopState
">ParallelLoopState</see> instance that may be
3158
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> body,
3195
Action<TSource,
ParallelLoopState
> bodyWithState,
3196
Action<TSource,
ParallelLoopState
, long> bodyWithStateAndIndex,
3197
Func<TSource,
ParallelLoopState
, TLocal, TLocal> bodyWithStateAndLocal,
3198
Func<TSource,
ParallelLoopState
, long, TLocal, TLocal> bodyWithEverything,
system\threading\Tasks\ParallelLoopState.cs (6)
336
ParallelLoopState
.Break(CurrentIteration, m_sharedParallelStateFlags);
404
ParallelLoopState
.Break(CurrentIteration, m_sharedParallelStateFlags);
615
/// cref="System.Threading.Tasks.
ParallelLoopState
.Stop"/> was used to end the loop prematurely. If <see
617
/// value, <see cref="System.Threading.Tasks.
ParallelLoopState
.Break()"/> was used to end the loop prematurely.
632
/// cref="System.Threading.Tasks.
ParallelLoopState
.Break()"/>
636
/// If <see cref="System.Threading.Tasks.
ParallelLoopState
.Break()"/> was not employed, this property will