1 write to HandshakeOptions
Microsoft.Build.Framework (1)
BackEnd\Handshake.cs (1)
72
HandshakeOptions
= nodeType;
6 references to HandshakeOptions
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
265
bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.
HandshakeOptions
, HandshakeOptions.NodeReuse);
449
HandshakeOptions handshakeOptions = nodeLaunchData.Handshake.
HandshakeOptions
;
Microsoft.Build.Framework (4)
BackEnd\Handshake.cs (4)
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.
136
=> IsHandshakeOptionEnabled(
HandshakeOptions
, HandshakeOptions.NET | HandshakeOptions.TaskHost);
139
=> IsHandshakeOptionEnabled(
HandshakeOptions
, HandshakeOptions.TaskHost);