2 references to DependsOnTargetsLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
401var dependencies = _expander.ExpandIntoStringListLeaveEscaped(_target.DependsOnTargets, ExpanderOptions.ExpandPropertiesAndItems, _target.DependsOnTargetsLocation); 406dependencyTargets.Add(new TargetSpecification(dependencyTargetName, _target.DependsOnTargetsLocation));