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