2 instantiations of OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
135
endpoints[i] = new
OutOfProcRarNodeEndpoint
(endpointId: i + 1, _config);
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\OutOfProcRarNode_Tests.cs (1)
42
using OutOfProcRarNodeEndpoint endpoint =
new
(
8 references to OutOfProcRarNodeEndpoint
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\Node\OutOfProcRarNode.cs (6)
20
private readonly
OutOfProcRarNodeEndpoint
.SharedConfig _config;
28
=> _config =
OutOfProcRarNodeEndpoint
.CreateConfig(maxNumberOfConcurrentTasks);
129
OutOfProcRarNodeEndpoint
[] endpoints = new
OutOfProcRarNodeEndpoint
[_config.MaxNumberOfServerInstances];
143
OutOfProcRarNodeEndpoint
endpoint = endpoints[i];
151
foreach (
OutOfProcRarNodeEndpoint
endpoint in endpoints)
Microsoft.Build.Tasks.UnitTests (2)
AssemblyDependency\Node\OutOfProcRarNode_Tests.cs (2)
42
using
OutOfProcRarNodeEndpoint
endpoint = new(
44
OutOfProcRarNodeEndpoint
.CreateConfig(maxNumberOfServerInstances: 1));