6 references to Name
Microsoft.Build (6)
Definition\ToolsetConfigurationReader.cs (5)
169if (propertyElement.Name?.Length == 0) 174yield return new ToolsetPropertyDefinition(propertyElement.Name, propertyElement.Value, location); 238if (string.IsNullOrEmpty(property.Value) || string.IsNullOrEmpty(property.Name)) 249pathsTable.Add(property.Name, new ProjectImportPathMatch(property.Name, paths.ToList()));
Evaluation\ToolsetElement.cs (1)
447return ((PropertyElement)element).Name;