1 implementation of LegacyCallTarget
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
250async Task<ITargetResult[]> ITargetBuilderCallback.LegacyCallTarget(string[] targets, bool continueOnError, ElementLocation taskLocation)
3 references to LegacyCallTarget
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
983ITargetResult[] results = await _targetBuilderCallback.LegacyCallTarget(targetNames, ContinueOnError, _taskLocation); 1160ITargetResult[] results = await _targetBuilderCallback.LegacyCallTarget(targetNames, ContinueOnError, _taskLocation);
BackEnd\Shared\TargetResult.cs (1)
73/// * in <see cref="ITargetBuilderCallback.LegacyCallTarget"/> when Cancellation was requested