2 references to Execute
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.cs (1)
740object result = function.Execute(item.Value, expander._properties, ExpanderOptions.ExpandAll, elementLocation);
Evaluation\Expander.PropertyExpander.cs (1)
360propertyValue = function.Execute(propertyValue, properties, options, elementLocation);