1 instantiation of OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
150endpoints[i] = new OutOfProcRarNodeEndpoint(
4 references to OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarNode.cs (4)
144OutOfProcRarNodeEndpoint[] endpoints = new OutOfProcRarNodeEndpoint[_maxNumberOfConcurrentTasks]; 163OutOfProcRarNodeEndpoint endpoint = endpoints[i]; 171foreach (OutOfProcRarNodeEndpoint endpoint in endpoints)