6 references to Name
Microsoft.Build (6)
Definition\ToolsetConfigurationReader.cs (5)
170if (propertyElement.Name?.Length == 0) 175yield return new ToolsetPropertyDefinition(propertyElement.Name, propertyElement.Value, location); 239if (string.IsNullOrEmpty(property.Value) || string.IsNullOrEmpty(property.Name)) 250pathsTable.Add(property.Name, new ProjectImportPathMatch(property.Name, paths.ToList()));
ToolsetElement.cs (1)
446return ((PropertyElement)element).Name;