2 references to GetAttributeLocation
Microsoft.Build (2)
Construction\ProjectElement.cs (1)
536
return Link != null ? Link.GetAttributeLocation(attributeName) : XmlElement.
GetAttributeLocation
(attributeName);
Evaluation\ProjectParser.cs (1)
583
ProjectErrorUtilities.ThrowInvalidProject(element.
GetAttributeLocation
(XMakeAttributes.name), "NameInvalid", targetName, targetName[indexOfSpecialCharacter]);