5 references to NodeReuse
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
265
bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.
NodeReuse
);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
225
&& Handshake.IsHandshakeOptionEnabled(handshakeOptions, HandshakeOptions.
NodeReuse
);
971
Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
NodeReuse
) && !Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2);
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
628
/// match. Those flags carry the node's identity, most importantly <see cref="HandshakeOptions.
NodeReuse
"/>,
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
659
context |= HandshakeOptions.
NodeReuse
;