Implemented interface member:
property
ElementLocation
Microsoft.Build.Evaluation.ConditionEvaluator.IConditionEvaluationState.ElementLocation
1 write to ElementLocation
Microsoft.Build (1)
Evaluation\ConditionEvaluator.cs (1)
439
ElementLocation
= elementLocation;
3 references to ElementLocation
Microsoft.Build (3)
Evaluation\ConditionEvaluator.cs (3)
450
expression = _expander.ExpandIntoStringAndUnescape(expression, _expanderOptions | ExpanderOptions.BreakOnNotEmpty,
ElementLocation
);
462
var items = _expander.ExpandIntoTaskItemsLeaveEscaped(expression, _expanderOptions,
ElementLocation
);
474
expression = _expander.ExpandIntoStringAndUnescape(expression, _expanderOptions,
ElementLocation
);