2 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
);