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