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