2 references to OnErrorChildren
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
702
List<TargetSpecification> allErrorTargets = new List<TargetSpecification>(_target.
OnErrorChildren
.Count);
704
foreach (ProjectOnErrorInstance errorTargetInstance in _target.
OnErrorChildren
)