5 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
)
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectOnErrorInstance_Tests.cs (1)
49
ProjectOnErrorInstance onError = (ProjectOnErrorInstance)instance.Targets["t"].
OnErrorChildren
[0];
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
105
Assert.Equal(x.
OnErrorChildren
, y.
OnErrorChildren
, new TargetOnErrorComparer());