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