10 references to BuildComplete
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
447
case NodeEngineShutdownReason.
BuildComplete
:
BackEnd\Node\InProcNode.cs (2)
329
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
519
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
BackEnd\Node\OutOfProcNode.cs (3)
859
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
867
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
881
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
BackEnd\Node\OutOfProcServerNode.cs (2)
327
_shutdownReason = buildComplete.PrepareForReuse ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;
441
_shutdownReason = _cancelRequested ? NodeEngineShutdownReason.
BuildComplete
: NodeEngineShutdownReason.BuildCompleteReuse;
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
768
_shutdownReason = NodeEngineShutdownReason.
BuildComplete
;
810
_shutdownReason = buildComplete.PrepareForReuse && Traits.Instance.EscapeHatches.ReuseTaskHostNodes ? NodeEngineShutdownReason.BuildCompleteReuse : NodeEngineShutdownReason.
BuildComplete
;