4 references to Attributes
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
668var aliases = projectReference.Attributes(AliasAttributeName).SelectAsArray(a => a.Value);
Microsoft.DotNet.NuGetRepack.Tasks (2)
src\NuGetVersionUpdater.cs (1)
142var xmlNsAttribute = nuspecXml.Root.Attributes("xmlns").SingleOrDefault();
src\ReplacePackageParts.cs (1)
148var xmlNsAttribute = nuspecXml.Root.Attributes("xmlns").SingleOrDefault();
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
WebConfigTransformTests.cs (1)
304aspNetCoreElement.Attributes("stdoutLogEnabled").Remove();