1 write to HandshakeOptions
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
72HandshakeOptions = nodeType;
5 references to HandshakeOptions
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
259bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.NodeReuse); 443NodeContext nodeContext = new(nodeId, nodeToReuse, nodeStream, factory, terminateNode, negotiatedVersion, nodeLaunchData.Handshake.HandshakeOptions);
Microsoft.Build.Framework (3)
BackEnd\Handshake.cs (3)
40/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 52/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 129=> IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.NET | HandshakeOptions.TaskHost);