5 references to new
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
522private ServerNodeHandshake GetHandshake() => new(CommunicationsUtilities.GetHandshakeOptions(
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
24_pipeName = NamedPipeUtil.GetRarNodePipeName(new(HandshakeOptions.None));
BackEnd\Node\OutOfProcServerNode.cs (1)
96ServerNodeHandshake handshake = new(
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
25ServerNodeHandshake handshake = new(HandshakeOptions.None);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
34ServerNodeHandshake handshake = new(HandshakeOptions.None);