15 references to For
InMemory.FunctionalTests (1)
ConnectionLimitTests.cs (1)
201Parallel.For(0, count, async i =>
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ResourceCounterTests.cs (1)
42Parallel.For(0, 10, i =>
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\PrimaryConstructorTests.cs (1)
14596System.Threading.Tasks.Parallel.For(0, 100, (int i) => comp.VerifyDiagnostics());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (2)
4538var result = Parallel.For(0, 100, i => 4574var result = Parallel.For(0, 100, i =>
Symbols\Source\CompletionTests.cs (1)
123Parallel.For(0, Math.Max(1, Environment.ProcessorCount - 1), t =>
Microsoft.Extensions.Telemetry.Tests (2)
Logging\ExtendedLoggerTests.cs (2)
965Parallel.For(0, 1000, _ => 1006Parallel.For(0, 100, i =>
Microsoft.ML.Ensemble (3)
Trainer\EnsembleDistributionModelParameters.cs (2)
157Parallel.For(0, maps.Length, i => 195Parallel.For(0, maps.Length, i =>
Trainer\EnsembleModelParameters.cs (1)
149Parallel.For(0, maps.Length, i =>
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
816Parallel.For(0, _numChunks,
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
636Parallel.For(0, maps.Length, i => maps[i](in tmp, ref buffer[i])); 729Parallel.For(0, maps.Length, 885Parallel.For(0, maps.Length, i => maps[i](in tmp, ref buffer[i]));