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