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