4 references to GetErrorTargets
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
503var errorTargets = currentTargetEntry.GetErrorTargets(_projectLoggingContext);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TargetEntry_Tests.cs (3)
279Assert.Equal(2, entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry)).Count); 293Assert.Equal(2, entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry)).Count); 445entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry));