3 references to MaxNumberOfServerInstances
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
129
OutOfProcRarNodeEndpoint[] endpoints = new OutOfProcRarNodeEndpoint[_config.
MaxNumberOfServerInstances
];
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
25
_pipeServer = new NodePipeServer(config.PipeName, config.Handshake, config.
MaxNumberOfServerInstances
);
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
133
using NodePipeServer pipeServer = new(config.PipeName, config.Handshake, config.
MaxNumberOfServerInstances
);