1 write to _options
Microsoft.Build (1)
Evaluation\Expander.PropertyExpander.cs (1)
65
_options
= options;
2 references to _options
Microsoft.Build (2)
Evaluation\Expander.PropertyExpander.cs (2)
473
propertyValue = function.Execute(propertyValue, _properties,
_options
, _elementLocation);
475
catch (Exception) when (
_options
.HasFlag(ExpanderOptions.LeavePropertiesUnexpandedOnError))