13 references to For
InMemory.FunctionalTests (1)
ConnectionLimitTests.cs (1)
201Parallel.For(0, count, async i =>
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
240Parallel.For(nextNodeId, nextNodeId + numberOfNodesToCreate, (nodeId) =>
Microsoft.Build.Engine.UnitTests (1)
BackEnd\SdkResolverService_Tests.cs (1)
564Parallel.For(
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\PrimaryConstructorTests.cs (1)
14595System.Threading.Tasks.Parallel.For(0, 100, (int i) => comp.VerifyDiagnostics());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (2)
4538var result = Parallel.For(0, 100, i => 4574var result = Parallel.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]));