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)
275Assert.Equal(2, entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry)).Count); 289Assert.Equal(2, entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry)).Count); 435entry.GetErrorTargets(GetProjectLoggingContext(entry.RequestEntry));