2 implementations of Name
Microsoft.Build (2)
Construction\ProjectPropertyElement.cs (1)
56public string Name
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (1)
82public string Name
3 references to Name
Microsoft.Build (3)
Evaluation\PropertiesUseTracker.cs (3)
137bool isPropertyInList = TryGetPropertyElementLocation(propertyElement.Name, out elementWhichUsedProperty); 142RemoveProperty(propertyElement.Name); 143loggingContext.LogWarning(null, new BuildEventFileInfo(propertyElement.Location), "UsedUninitializedProperty", propertyElement.Name, elementWhichUsedProperty?.LocationString);