1 write to _elementLocation
Microsoft.Build (1)
Evaluation\Conditionals\Parser.cs (1)
105
_elementLocation
= elementLocation;
11 references to _elementLocation
Microsoft.Build (11)
Evaluation\Conditionals\Parser.cs (11)
145
LoggingServices.LogWarning(_logBuildEventContext, null, new BuildEventFileInfo(
_elementLocation
), "ConditionMaybeEvaluatedIncorrectly", expression);
181
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
203
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
225
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
288
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", _lexer.IsNextString(), errorPosition);
296
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
311
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
321
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
329
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
390
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound);
394
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, _lexer.GetErrorResource(), expression, errorPosition);