7 references to PropertiesMetadataName
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (3)
560if (!String.IsNullOrEmpty(projects[i].GetMetadata(ItemMetadataNames.PropertiesMetadataName))) 565ItemMetadataNames.PropertiesMetadataName, 566projects[i].GetMetadata(ItemMetadataNames.PropertiesMetadataName).Split(MSBuildConstants.SemicolonChar, StringSplitOptions.RemoveEmptyEntries),
Graph\ProjectInterpretation.cs (4)
297directMetadata: [new KeyValuePair<string, string>(ItemMetadataNames.PropertiesMetadataName, $"{globalPropertyName}={globalPropertyValue}")], 335ItemMetadataNames.PropertiesMetadataName, 388var properties = SplitPropertyNameValuePairs(ItemMetadataNames.PropertiesMetadataName, projectReference.GetMetadataValue(ItemMetadataNames.PropertiesMetadataName));