3 references to NodeReuse
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
269
bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.
NodeReuse
);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
778
Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
NodeReuse
) && !Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2);
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
624
context |= HandshakeOptions.
NodeReuse
;