2 writes to StopProcessingOnCompletion
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
441
currentTargetEntry.
StopProcessingOnCompletion
= false;
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
188
this.
StopProcessingOnCompletion
= stopProcessingOnCompletion;
4 references to StopProcessingOnCompletion
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (4)
435
bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.ParentEntry, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, currentTargetEntry.
StopProcessingOnCompletion
, TargetBuiltReason.AfterTargets);
535
if (topEntry.
StopProcessingOnCompletion
)
584
if (currentTargetEntry.
StopProcessingOnCompletion
)
635
if (entry.
StopProcessingOnCompletion
)