2 writes to StopProcessingOnCompletion
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
444
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)
438
bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.ParentEntry, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, currentTargetEntry.
StopProcessingOnCompletion
, TargetBuiltReason.AfterTargets);
538
if (topEntry.
StopProcessingOnCompletion
)
583
if (currentTargetEntry.
StopProcessingOnCompletion
)
634
if (entry.
StopProcessingOnCompletion
)