10 references to BuildComplete
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
436
case NodeEngineShutdownReason.
BuildComplete
:
BackEnd\Node\InProcNode.cs (2)
319
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
509
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
BackEnd\Node\OutOfProcNode.cs (3)
847
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
854
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
868
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
BackEnd\Node\OutOfProcServerNode.cs (2)
319
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
433
_shutdownReason = _cancelRequested ? NodeEngineShutdownReason.
BuildComplete
: NodeEngineShutdownReason.BuildCompleteReuse;
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
759
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
801
_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;