2 types derived from ParallelLoopState
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
280internal class ParallelLoopState32 : ParallelLoopState 343internal 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> 597public 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 627public 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 668public 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 714Action<long, ParallelLoopState> body) 755/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 771Func<int, ParallelLoopState, TLocal, TLocal> body, 817/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 833Func<long, ParallelLoopState, TLocal, TLocal> body, 890/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 906Func<int, ParallelLoopState, TLocal, TLocal> body, 967/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 983Func<long, ParallelLoopState, TLocal, TLocal> body, 1038Action<int, ParallelLoopState> bodyWithState, 1039Func<int, ParallelLoopState, TLocal, TLocal> bodyWithLocal, 1353Action<long, ParallelLoopState> bodyWithState, 1354Func<long, ParallelLoopState, TLocal, TLocal> bodyWithLocal, 1745/// and a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 1748public 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 1795public 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 1835public 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 1882public 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 1943Func<TSource, ParallelLoopState, TLocal, TLocal> body, Action<TLocal> localFinally) 2005/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2020Func<TSource, ParallelLoopState, TLocal, TLocal> body, Action<TLocal> localFinally) 2075/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2089Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, Action<TLocal> localFinally) 2151/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2165Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, Action<TLocal> localFinally) 2219Action<TSource, ParallelLoopState> bodyWithState, 2220Action<TSource, ParallelLoopState, long> bodyWithStateAndIndex, 2221Func<TSource, ParallelLoopState, TLocal, TLocal> bodyWithStateAndLocal, 2222Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2283Action<TSource, ParallelLoopState> bodyWithState, 2284Action<TSource, ParallelLoopState, long> bodyWithStateAndIndex, 2285Func<TSource, ParallelLoopState, TLocal, TLocal> bodyWithStateAndLocal, 2286Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2342Action<TSource, ParallelLoopState> bodyWithState, 2343Action<TSource, ParallelLoopState, long> bodyWithStateAndIndex, 2344Func<TSource, ParallelLoopState, TLocal, TLocal> bodyWithStateAndLocal, 2345Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2476/// and a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2482Action<TSource, ParallelLoopState> body) 2538/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2544Action<TSource, ParallelLoopState, long> body) 2611/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2627Func<TSource, ParallelLoopState, TLocal, TLocal> body, 2701/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2717Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, 2868/// and a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2875Action<TSource, ParallelLoopState> body) 2946/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 2953Action<TSource, ParallelLoopState, long> body) 3035/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 3052Func<TSource, ParallelLoopState, TLocal, TLocal> body, 3141/// a <see cref="System.Threading.Tasks.ParallelLoopState">ParallelLoopState</see> instance that may be 3158Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, 3195Action<TSource, ParallelLoopState> bodyWithState, 3196Action<TSource, ParallelLoopState, long> bodyWithStateAndIndex, 3197Func<TSource, ParallelLoopState, TLocal, TLocal> bodyWithStateAndLocal, 3198Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything,
system\threading\Tasks\ParallelLoopState.cs (6)
336ParallelLoopState.Break(CurrentIteration, m_sharedParallelStateFlags); 404ParallelLoopState.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