Base:

property
Value
System.Xml.XmlNode.Value
56 writes to Value
ILLink.Tasks (9)
Microsoft.Web.Xdt.Extensions (3)
PresentationBuildTasks (5)
ReachFramework (1)
System.Data.Common (12)
System.Private.DataContractSerialization (9)
System.Private.Xml (10)
System.Security.Cryptography.Xml (7)
130 references to Value
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.Maui.Controls.SourceGen (4)
Microsoft.Web.Xdt.Extensions (7)
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 (1)
PresentationFramework (10)
ReachFramework (3)
System.Configuration.ConfigurationManager (1)
System.Data.Common (15)
System.Private.Xml (49)
System.Security.Cryptography.Xml (7)
System.Windows.Forms (1)