1 write to _elementLocation
Microsoft.Build (1)
Evaluation\Expander.cs (1)
3043
_elementLocation
= elementLocation;
2 references to _elementLocation
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3055
ProjectErrorUtilities.VerifyThrowInvalidProject(match.Groups[RegularExpressions.ItemSpecificationGroup].Length == 0,
_elementLocation
, "QualifiedMetadataInTransformNotAllowed", match.Value, name);
3077
ProjectErrorUtilities.ThrowInvalidProject(
_elementLocation
, "CannotEvaluateItemMetadata", name, ex.Message);