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