2 writes to StopProcessingOnCompletion
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
438
currentTargetEntry.
StopProcessingOnCompletion
= false;
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
193
this.
StopProcessingOnCompletion
= stopProcessingOnCompletion;
4 references to StopProcessingOnCompletion
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (4)
432
bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.ParentEntry, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, currentTargetEntry.
StopProcessingOnCompletion
, TargetBuiltReason.AfterTargets);
527
if (topEntry.
StopProcessingOnCompletion
)
573
if (currentTargetEntry.
StopProcessingOnCompletion
)
624
if (entry.
StopProcessingOnCompletion
)