1 override of Attributes
System.Private.Xml (1)
156 references to Attributes
Interop.FunctionalTests (4)
Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests (12)
TransformTest.cs (12)
33Assert.Equal("DOTNET_ADDITIONAL_DEPS", depsElement.Attributes["name"].Value);
36depsElement.Attributes["value"].Value);
40Assert.Equal("DOTNET_SHARED_STORE", sharedStoreElement.Attributes["name"].Value);
41Assert.Equal($@"{XdtExtensionPath}\store", sharedStoreElement.Attributes["value"].Value);
45Assert.Equal("ASPNETCORE_HOSTINGSTARTUPASSEMBLIES", startupAssembliesElement.Attributes["name"].Value);
46Assert.Equal("Microsoft.AspNetCore.AzureAppServices.HostingStartup", startupAssembliesElement.Attributes["value"].Value);
63Assert.Equal("DOTNET_ADDITIONAL_DEPS", depsElement.Attributes["name"].Value);
67depsElement.Attributes["value"].Value);
71Assert.Equal("DOTNET_SHARED_STORE", sharedStoreElement.Attributes["name"].Value);
72Assert.Equal($@"ExistingValue3;{XdtExtensionPath}\store", sharedStoreElement.Attributes["value"].Value);
76Assert.Equal("ASPNETCORE_HOSTINGSTARTUPASSEMBLIES", startupAssembliesElement.Attributes["name"].Value);
77Assert.Equal("ExistingValue2;Microsoft.AspNetCore.AzureAppServices.HostingStartup", startupAssembliesElement.Attributes["value"].Value);
Microsoft.Build (3)
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.Tasks.Core (67)
Microsoft.Maui.Controls.SourceGen (4)
Microsoft.ML.NugetPackageVersionUpdater (2)
Microsoft.Web.Xdt.Extensions (3)
Microsoft.Web.Xdt.Extensions.Tests (16)
InsertOrAppendAttributeTests.cs (16)
28Assert.Equal("KeyName1", firstChild.Attributes["name"].Value);
29Assert.Equal("InsertValue1", firstChild.Attributes["value"].Value);
33Assert.Equal("KeyName2", secondChild.Attributes["name"].Value);
34Assert.Equal("InsertValue2", secondChild.Attributes["value"].Value);
52Assert.Equal("KeyName1", firstChild.Attributes["name"].Value);
53Assert.Equal("InsertValue1", firstChild.Attributes["value"].Value);
57Assert.Equal("KeyName2", secondChild.Attributes["name"].Value);
58Assert.Equal("InsertValue2", secondChild.Attributes["value"].Value);
76Assert.Equal("KeyName1", firstChild.Attributes["name"].Value);
77Assert.Equal("InsertValue1", firstChild.Attributes["value"].Value);
81Assert.Equal("KeyName2", secondChild.Attributes["name"].Value);
82Assert.Equal("InsertValue2", secondChild.Attributes["value"].Value);
100Assert.Equal("KeyName1", firstChild.Attributes["name"].Value);
101Assert.Equal("ExistingValue1;InsertValue1", firstChild.Attributes["value"].Value);
105Assert.Equal("KeyName2", secondChild.Attributes["name"].Value);
106Assert.Equal("ExistingValue2;InsertValue2", secondChild.Attributes["value"].Value);
PresentationBuildTasks (7)
System.Configuration.ConfigurationManager (8)
System.Data.Common (11)
System.Private.DataContractSerialization (2)
System.Private.Xml (9)
System.Security.Cryptography.Xml (6)
System.Windows.Forms (1)