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