1 write to HandshakeOptions
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
257HandshakeOptions = nodeType;
5 references to HandshakeOptions
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
269bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.NodeReuse); 456NodeContext nodeContext = new(nodeId, nodeToReuse, nodeStream, factory, terminateNode, negotiatedVersion, nodeLaunchData.Handshake.HandshakeOptions);
CommunicationsUtilities.cs (3)
226/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 238/// The <see cref="HandshakeOptions"/> that specifies the type of node and configuration options for the handshake operation. 302private bool IsNetTaskHost => IsHandshakeOptionEnabled(HandshakeOptions, HandshakeOptions.NET | HandshakeOptions.TaskHost);