14 references to BuildCompleteReuse
Microsoft.Build (12)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
437
case NodeEngineShutdownReason.
BuildCompleteReuse
:
BackEnd\Node\InProcNode.cs (3)
317
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
327
if (_shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
509
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
BackEnd\Node\OutOfProcNode.cs (5)
452
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
465
if (_shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
472
_taskHostNodeManager.ShutdownConnectedNodes(_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
);
847
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
848
if (_shutdownReason == NodeEngineShutdownReason.
BuildCompleteReuse
)
BackEnd\Node\OutOfProcServerNode.cs (3)
121
if (shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)
319
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
433
_shutdownReason = _cancelRequested ? NodeEngineShutdownReason.BuildComplete : NodeEngineShutdownReason.
BuildCompleteReuse
;
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
801
_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.
BuildCompleteReuse
: NodeEngineShutdownReason.BuildComplete;
XMake.cs (1)
3464
if (shutdownReason != NodeEngineShutdownReason.
BuildCompleteReuse
)