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