1 write to HandshakeOptions
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
60HandshakeOptions = nodeType;
6 references to HandshakeOptions
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
269bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.NodeReuse); 453NodeContext nodeContext = new(nodeId, nodeToReuse, nodeStream, factory, terminateNode, negotiatedVersion, nodeLaunchData.Handshake.HandshakeOptions);
Microsoft.Build.Framework (4)
BackEnd\Handshake.cs (4)
28/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 40/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 106=> IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.NET | HandshakeOptions.TaskHost); 110=> IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.CLR2 | HandshakeOptions.TaskHost);