14 references to BuildCompleteReuse
Microsoft.Build (12)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
448
case NodeEngineShutdownReason.
BuildCompleteReuse
:
BackEnd\Node\InProcNode.cs (3)
327
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
337
if (_shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
519
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
BackEnd\Node\OutOfProcNode.cs (5)
464
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
477
if (_shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
484
_taskHostNodeManager.ShutdownConnectedNodes(_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
);
859
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
860
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
BackEnd\Node\OutOfProcServerNode.cs (3)
119
if (shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
327
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
441
_shutdownReason = _cancelRequested ? NodeEngineShutdownReason.BuildComplete : NodeEngineShutdownReason.
BuildCompleteReuse
;
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
810
_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
XMake.cs (1)
3476
if (shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)