5 references to NodeReuse
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
259
bool nodeReuseRequested = Handshake.IsHandshakeOptionEnabled(nodeLaunchData.Handshake.HandshakeOptions, HandshakeOptions.
NodeReuse
);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
776
Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.
NodeReuse
) && !Handshake.IsHandshakeOptionEnabled(hostContext, HandshakeOptions.CLR2);
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
626
/// 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
;
MSBuild (1)
src\msbuild\src\Shared\NodeEndpointOutOfProcBase.cs (1)
626
/// match. Those flags carry the node's identity, most importantly <see cref="HandshakeOptions.
NodeReuse
"/>,