2 instantiations of ParallelLoopStateFlags
System.Threading.Tasks.Parallel (2)
System\Threading\Tasks\Parallel.cs (2)
942ParallelLoopStateFlags<TInt> sharedPStateFlags = new ParallelLoopStateFlags<TInt>(); 2548ParallelLoopStateFlags<long> sharedPStateFlags = new ParallelLoopStateFlags<long>();
5 references to ParallelLoopStateFlags
System.Threading.Tasks.Parallel (5)
System\Threading\Tasks\Parallel.cs (2)
942ParallelLoopStateFlags<TInt> sharedPStateFlags = new ParallelLoopStateFlags<TInt>(); 2548ParallelLoopStateFlags<long> sharedPStateFlags = new ParallelLoopStateFlags<long>();
System\Threading\Tasks\ParallelLoopState.cs (3)
184internal static void Break<TInt>(TInt iteration, ParallelLoopStateFlags<TInt> pflags) where TInt : struct, IBinaryInteger<TInt>, IMinMaxValue<TInt> 226private readonly ParallelLoopStateFlags<TInt> _sharedParallelStateFlags; 234internal ParallelLoopState(ParallelLoopStateFlags<TInt> sharedParallelStateFlags)