1 write to _config
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
28=> _config = OutOfProcRarNodeEndpoint.CreateConfig(maxNumberOfConcurrentTasks);
4 references to _config
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarNode.cs (4)
82using NodePipeServer pipeServer = new(NamedPipeUtil.GetRarNodePipeName(_config.Handshake), _config.Handshake); 129OutOfProcRarNodeEndpoint[] endpoints = new OutOfProcRarNodeEndpoint[_config.MaxNumberOfServerInstances]; 135endpoints[i] = new OutOfProcRarNodeEndpoint(endpointId: i + 1, _config);