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