1 implementation of ElementName
Microsoft.Build (1)
Construction\ProjectElement.cs (1)
297
public string
ElementName
=> Link != null ? Link.ElementName : XmlElement.Name;
1 reference to ElementName
Microsoft.Build.Framework (1)
Profiler\EvaluationLocation.cs (1)
117
return new EvaluationLocation(parentId, evaluationPass, evaluationDescription, file, line, element?.
ElementName
,