2 references to Execute
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.cs (1)
829object result = function.Execute(item.Value, expander._properties, ExpanderOptions.ExpandAll, elementLocation);
Evaluation\Expander.PropertyExpander.cs (1)
473propertyValue = function.Execute(propertyValue, _properties, _options, _elementLocation);