1 instantiation of OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
134
endpoints[i] = new
OutOfProcRarNodeEndpoint
(endpointId: i + 1, _config);
6 references to OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarNode.cs (6)
19
private readonly
OutOfProcRarNodeEndpoint
.SharedConfig _config;
27
=> _config =
OutOfProcRarNodeEndpoint
.CreateConfig(maxNumberOfConcurrentTasks);
128
OutOfProcRarNodeEndpoint
[] endpoints = new
OutOfProcRarNodeEndpoint
[_config.MaxNumberOfServerInstances];
142
OutOfProcRarNodeEndpoint
endpoint = endpoints[i];
150
foreach (
OutOfProcRarNodeEndpoint
endpoint in endpoints)