4 references to HasAttributes
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
552if (element.HasAttributes && !element.Nodes().Any())
Microsoft.DotNet.NuGetRepack.Tasks (2)
src\NuGetVersionUpdater.cs (1)
140if (nuspecXml.Root.HasAttributes)
src\ReplacePackageParts.cs (1)
146if (nuspecXml.Root.HasAttributes)
Microsoft.NET.Build.Tasks (1)
ValidateExecutableReferences.cs (1)
43additionalPropertiesXml.Elements().Where(el => el.HasAttributes && el.FirstAttribute.Value.Equals(nearestTargetFramework)).Single() :