1 write to HandshakeOptions
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
257
HandshakeOptions
= nodeType;
5 references to HandshakeOptions
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
269
bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.
HandshakeOptions
, HandshakeOptions.NodeReuse);
456
NodeContext 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.
302
private bool IsNetTaskHost => IsHandshakeOptionEnabled(
HandshakeOptions
, HandshakeOptions.NET | HandshakeOptions.TaskHost);