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