1 write to _elementLocation
Microsoft.Build (1)
Evaluation\Conditionals\Parser.cs (1)
106
_elementLocation
= elementLocation;
11 references to _elementLocation
Microsoft.Build (11)
Evaluation\Conditionals\Parser.cs (11)
146
LoggingServices.LogWarning(_logBuildEventContext, null, new BuildEventFileInfo(
_elementLocation
), "ConditionMaybeEvaluatedIncorrectly", expression);
182
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
204
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
226
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
289
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", _lexer.IsNextString(), errorPosition);
297
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
312
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
322
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
330
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition);
391
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound);
395
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, _lexer.GetErrorResource(), expression, errorPosition);