Base:

property
Value
System.Xml.XmlNode.Value
88 writes to Value
aspire (4)
ILLink.Tasks (9)
Microsoft.Build.Tasks.Core (23)
Microsoft.VisualStudio.TestPlatform.Common (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Microsoft.Web.XmlTransform (3)
PresentationBuildTasks (5)
ReachFramework (1)
System.Data.Common (12)
System.Private.DataContractSerialization (9)
System.Private.Xml (10)
System.Security.Cryptography.Xml (7)
vstest.console (1)
vstest.console.arm64 (1)
224 references to Value
aspire (8)
Microsoft.Build (16)
Microsoft.Build.Tasks.Core (73)
BootstrapperUtil\BootstrapperBuilder.cs (55)
561XmlNode stringNode = stringsNode?.SelectSingleNode(string.Format(CultureInfo.InvariantCulture, "String[@Name='{0}']", cultureAttribute.Value));
674string dependency = relatedProductAttribute.Value;
720list.Add(relatedProductAttribute.Value);
902XmlNode productNode = rootElement.SelectSingleNode(BOOTSTRAPPER_PREFIX + ":Product[@ProductCode='" + productCodeAttribute.Value + "']", _xmlNamespaceManager);
910productCodeAttribute.Value,
1017if (!String.IsNullOrEmpty(cultureAttribute?.Value))
1019string packageCode = productCodeAttribute.Value + "." + cultureAttribute.Value;
1024productValidationResults.AddPackageResults(cultureAttribute.Value, packageValidationResults);
1037if (!_validationResults.ContainsKey(productCodeAttribute.Value))
1039_validationResults.Add(productCodeAttribute.Value, productValidationResults);
1134if (attrib != null && attrib.Value == oldValue)
1169string relativePath = nameAttribute.Value;
1178string oldNameValue = nameAttribute.Value;
1243XmlNode queryResultNode = QueryForSubNode(langNode, strSubNodeKey, keyAttribute.Value);
1276AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1282AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1308string strQuery = BOOTSTRAPPER_PREFIX + ":PackageFile[@Name='" + attribute.Value + "']";
1313attribute.Value = targetPathAttribute.Value;
1348XmlNode stringNode = stringsNode.SelectSingleNode(string.Format(CultureInfo.InvariantCulture, stringNodeLookupTemplate, attribute.Value), _xmlNamespaceManager);
1416if (packageFileSource != null && !String.IsNullOrEmpty(eulaAttribute?.Value) && packageFileSource.Value == eulaAttribute.Value)
1430packageFileSource.Value,
1431packageFileName.Value,
1441((packageFileCopy == null) || (!String.Equals(packageFileCopy.Value, "False", StringComparison.InvariantCulture))))
1447subNode = QueryForSubNode(installChecksNode, "PackageFile", packageFileName.Value);
1453if (!FileSystems.Default.FileExists(packageFileSource.Value))
1455_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.PackageResourceFileNotFound", packageFileSource.Value, builder.Name));
1459resourceUpdater.AddFileResource(packageFileSource.Value, packageFileDestination.Value);
1468string strDestinationFileName = System.IO.Path.Combine(settings.OutputPath, packageFileDestination.Value);
1471if (!FileSystems.Default.FileExists(packageFileSource.Value))
1473_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.PackageFileNotFound", packageFileDestination.Value, builder.Name));
1478File.Copy(packageFileSource.Value, strDestinationFileName, true);
1483_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.CopyPackageError", packageFileSource.Value, builder.Name, ex.Message));
1489_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.CopyPackageError", packageFileSource.Value, builder.Name, ex.Message));
1495_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.CopyPackageError", packageFileSource.Value, builder.Name, ex.Message));
1501_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.CopyPackageError", packageFileSource.Value, builder.Name, ex.Message));
1509filesCopied.Add(packageFileSource.Value);
1514var fi = new FileInfo(packageFileSource.Value);
1522if (eulas != null && !String.IsNullOrEmpty(eulaAttribute?.Value))
1524if (FileSystems.Default.FileExists(eulaAttribute.Value))
1526string key = GetFileHash(eulaAttribute.Value);
1534var de = new KeyValuePair<string, string>(configFileKey, eulaAttribute.Value);
1541_results?.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.PackageResourceFileNotFound", eulaAttribute.Value, builder.Name));
1566AddAttribute(productNode, "ProductCode", sourceAttribute.Value);
1577return attribute?.Value;
1648XmlNode stringNode = stringsNode.SelectSingleNode(string.Format(CultureInfo.InvariantCulture, stringNodeLookupTemplate, attribute.Value), _xmlNamespaceManager);
1779resourceUpdater.AddStringResource(MESSAGE_TABLE, resourceIdAttribute.Value.ToUpper(CultureInfo.InvariantCulture), stringNode.InnerText);
1913ReplaceAttributes(targetNodes, targetAttribute, oldNameAttribute.Value, newNameAttribute.Value);
2129if (!publicKeyAttribute.Value.Equals("0", StringComparison.OrdinalIgnoreCase) &&
2130publicKey?.Equals(publicKeyAttribute.Value, StringComparison.OrdinalIgnoreCase) == false)
2143if (!fileHash.Equals(hashAttribute.Value, StringComparison.OrdinalIgnoreCase))
Microsoft.Build.Utilities.Core (1)
Microsoft.Maui.Controls.SourceGen (4)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.TestPlatform.Extensions.BlameDataCollector (14)
Microsoft.TestPlatform.Utilities (4)
Microsoft.VisualStudio.TestPlatform.Common (1)
Microsoft.Web.XmlTransform (11)
PresentationBuildTasks (1)
PresentationFramework (10)
ReachFramework (3)
System.Configuration.ConfigurationManager (1)
System.Data.Common (15)
System.Private.Xml (49)
System.Security.Cryptography.Xml (7)
System.ServiceModel.Primitives (4)
System.Windows.Forms (1)