5 references to UseAttributeForTargetFrameworkInfoPropertyNames
Microsoft.Build.Tasks.Core (5)
CombineTargetFrameworkInfoProperties.cs (5)
42if ((!UseAttributeForTargetFrameworkInfoPropertyNames && string.IsNullOrEmpty(RootElementName)) || (UseAttributeForTargetFrameworkInfoPropertyNames && RootElementName == null)) 44string resource = UseAttributeForTargetFrameworkInfoPropertyNames ? "CombineTargetFrameworkInfoProperties.NotNullRootElementName" : "CombineTargetFrameworkInfoProperties.NotNullAndEmptyRootElementName"; 45Log.LogErrorWithCodeFromResources(resource, nameof(RootElementName), nameof(UseAttributeForTargetFrameworkInfoPropertyNames)); 49XElement root = UseAttributeForTargetFrameworkInfoPropertyNames ?