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