Base:
property
Value
System.Xml.XmlNode.Value
88 writes to Value
aspire (4)
Projects\ProjectUpdater.cs (4)
423sdkAttribute.Value = UpdateAspireAppHostSdkVersion(sdkAttribute.Value, package.Version); 439sdkAttribute.Value = $"{AspireAppHostSdkName}/{package.Version}"; 444newSdkAttribute.Value = $"{AspireAppHostSdkName}/{package.Version}"; 872packageVersionNode.Attributes["Version"]!.Value = newVersion;
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
359featureAssemblyFullName.Value = "System.Private.CoreLib"; 363featureName.Value = fs.Feature; 367featureValue.Value = fs.FeatureValue; 371featureDefault.Value = fs.FeatureDefault; 395typeFullName.Value = typeName; 406preserve.Value = "fields"; 412preserve.Value = "nothing"; 422fieldName.Value = field; 434methodName.Value = method;
Microsoft.Build.Tasks.Core (23)
BootstrapperUtil\BootstrapperBuilder.cs (12)
569newAttribute.Value = stringNode.InnerText; 1136attrib.Value = newValue; 1144attribute.Value = attributeValue; 1173sourcePathAttribute.Value = strSourceFile; 1176targetPathAttribute.Value = System.IO.Path.Combine(strTargetPath, relativePath); 1182oldNameAttribute.Value = oldNameValue; 1313attribute.Value = targetPathAttribute.Value; 1515sizeAttribute.Value = fi.Length.ToString(CultureInfo.InvariantCulture); 1529eulaAttribute.Value = eulaInfo.Key; 1536eulaAttribute.Value = configFileKey; 1651attribute.Value = stringNode.InnerText; 1947attrib.Value = attributeValue;
ManifestUtil\Manifest.cs (1)
436sizeAttribute.Value = size.ToString(System.Globalization.CultureInfo.InvariantCulture);
ManifestUtil\TrustInfo.cs (9)
47sameSiteAttribute.Value = _sameSiteSetting; 78unrestrictedAttribute.Value = "true"; 98unrestrictedAttribute.Value = "true"; 116idAttribute.Value = "Custom"; 142idrefAttribute.Value = idAttribute.Value; 300levelAttribute.Value = executionLevelString; 306uiAccessAttribute.Value = executionUIAccessString; 338unrestrictedAttribute.Value = _isFullTrust.ToString().ToLowerInvariant(); 749unrestrictedAttribute.Value = "true";
ManifestUtil\XmlUtil.cs (1)
43newAttribute.Value = attribute.Value;
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsProviderExtensions.cs (1)
135node.Attributes[ValueString]!.Value = attrValue;
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\DataCollectorSettings.cs (1)
230attribute.Value = attributeValue;
Logger\LoggerSettings.cs (1)
118attribute.Value = attributeValue;
Microsoft.Web.XmlTransform (3)
XmlTransforms.cs (3)
167targetAttribute.Value = transformAttribute.Value; 278targetAttribute.Value = newValue; 283newAttribute.Value = newValue;
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (5)
726attrInclude.Value = pItem.ItemSpec; 872projectAttribute.Value = projectAttributeValue; 874sdkAttributeProps.Value = sdkReference.Name; 881sdkVersionAttributeProps.Value = sdkReference.Version; 888sdkVersionAttributeProps.Value = sdkReference.MinimumVersion;
ReachFramework (1)
PrintConfig\PrintSchemaShim.cs (1)
131nameAttr.Value = oemDriverPrefix + ":PageDevmodeSnapshot";
System.Data.Common (12)
System\Data\DataSet.cs (3)
1731attr.Value = reader.GetAttribute(i); 2161attr.Value = reader.GetAttribute(i); 2707attr.Value = reader.GetAttribute(i);
System\Data\DataTable.cs (2)
5862attr.Value = reader.GetAttribute(i); 6131attr.Value = reader.GetAttribute(i);
System\Xml\XmlDataDocument.cs (7)
726attr.Value = Keywords.TRUE; 1459attr.Value = Keywords.TRUE; 1465attr.Value = Keywords.TRUE; 1472attr?.Value = Keywords.FALSE; 1494attr.Value = col.ConvertObjectToXml(value); 1541attr?.Value = Keywords.FALSE; 2609_attrXml.Value = XPathNodePointer.StrReservedXml;
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
620xmlAttr.Value = a.value;
System\Runtime\Serialization\SchemaExporter.cs (7)
223emitDefaultValueAttribute.Value = Globals.False; 238nameAttribute.Value = typeName.Name; 242nsAttribute.Value = typeName.Namespace; 297nameAttribute.Value = genericArguments != null ? XmlConvert.DecodeName(dcqname.Name) : dcqname.Name; 302nsAttribute.Value = dcqname.Namespace; 318nestedLevelAttribute.Value = nestedLevel.ToString(CultureInfo.InvariantCulture); 328typeNestedLevelsAttribute.Value = genericArgumentCounts.Count.ToString(CultureInfo.InvariantCulture);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1074attribute.Value = ns;
System.Private.Xml (10)
System\Xml\Dom\XmlDocument.cs (1)
1819_namespaceXml.Value = strReservedXml;
System\Xml\Dom\XmlElement.cs (4)
285attr.Value = value; 290attr.Value = value; 356attr.Value = value; 361attr.Value = value;
System\Xml\Schema\XsdBuilder.cs (1)
759attribute.Value = value;
System\Xml\Serialization\XmlSerializationReader.cs (4)
807attr.Value = $"{_r.LookupNamespace("")}:{attr.Value}"; 811attr.Value = $"{_r.LookupNamespace(attr.Value.Substring(0, colon))}:{attr.Value.AsSpan(colon + 1)}"; 1928attr.Value = Reader.Value; 1965xsiTypeAttribute.Value = elemName;
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
60nsattrib.Value = NamespaceURI; 132nsattrib.Value = NamespaceURI;
System\Security\Cryptography\Xml\Utils.cs (5)
471nsattrib.Value = attrib.Value; 485nsattrib.Value = namespaces[key] as string; 516nsattrib.Value = ancestorElement.NamespaceURI; 529nsattrib.Value = attrib.Value; 549nsattrib.Value = attrib.NamespaceURI;
vstest.console (1)
Processors\EnableBlameArgumentProcessor.cs (1)
348attribute.Value = entry.Value;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\EnableBlameArgumentProcessor.cs (1)
348attribute.Value = entry.Value;
224 references to Value
aspire (8)
Projects\ProjectUpdater.cs (8)
310var usesOldFormat = sdkAttribute is null || !ContainsAspireAppHostSdk(sdkAttribute.Value); 419if (sdkAttribute is not null && ContainsAspireAppHostSdk(sdkAttribute.Value)) 423sdkAttribute.Value = UpdateAspireAppHostSdkVersion(sdkAttribute.Value, package.Version); 768var versionAttribute = packageVersionNode?.Attributes?["Version"]?.Value; 960var key = addNode.Attributes?["key"]?.Value; 961var value = addNode.Attributes?["value"]?.Value; 989var sourceKey = packageSourceNode.Attributes?["key"]?.Value; 998var pattern = packageNode.Attributes?["pattern"]?.Value;
Microsoft.Build (16)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
772string.IsNullOrWhiteSpace(buildProjectInSolution.Value) is false && 773bool.TryParse(buildProjectInSolution.Value, out var buildProject) && 782string projectPath = projectPathAttribute!.Value;
Construction\ProjectElement.cs (1)
402XmlElement.SetAttribute(attribute.LocalName, attribute.NamespaceURI, attribute.Value);
Construction\ProjectRootElement.cs (1)
1815return CreateMetadataElement(attribute.Name, attribute.Value, attribute.Location);
Construction\ProjectTaskElement.cs (1)
454_parameters[attribute.Name] = (attribute.Value, attribute.Location);
Evaluation\ProjectParser.cs (7)
691(String.IsNullOrWhiteSpace(itemNameAttribute?.Value) && !String.IsNullOrWhiteSpace(propertyNameAttribute?.Value)) || (!String.IsNullOrWhiteSpace(itemNameAttribute?.Value) && String.IsNullOrWhiteSpace(propertyNameAttribute?.Value)), 699ProjectErrorUtilities.VerifyThrowInvalidProject(String.IsNullOrWhiteSpace(propertyNameAttribute?.Value) || !ReservedPropertyNames.IsReservedProperty(propertyNameAttribute.Value), element.Location, "CannotModifyReservedProperty", propertyNameAttribute?.Value);
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementLink.cs (1)
150result.Add(new XmlAttributeLink(attribute.LocalName, attribute.Value, attribute.NamespaceURI));
Xml\ProjectXmlUtilities.cs (2)
137attribute == null || attribute.Value.Length > 0, 242return attribute.Value;
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))
GenerateApplicationManifest.cs (1)
476requestedExecutionLevel = attr.Value;
ManifestUtil\DeployManifest.cs (2)
223if (!String.IsNullOrEmpty(nameattr?.Value)) 225installableFramework = nameattr.Value;
ManifestUtil\mansign2.cs (1)
650assemblyIdentityNode.SetAttribute(attribute.Name, attribute.Value);
ManifestUtil\TrustInfo.cs (6)
114if (String.IsNullOrEmpty(idAttribute.Value)) 140if (!String.Equals(idAttribute.Value, idrefAttribute.Value, StringComparison.Ordinal)) 142idrefAttribute.Value = idAttribute.Value; 504if (unrestrictedAttribute == null || (!Boolean.Parse(unrestrictedAttribute.Value))) 514_sameSiteSetting = sameSiteAttribute.Value;
ManifestUtil\XmlUtil.cs (1)
43newAttribute.Value = attribute.Value;
XmlPeek.cs (2)
213namespaceManager.AddNamespace(prefix.Value, uri.Value);
XmlPoke.cs (2)
201namespaceManager.AddNamespace(prefix.Value, uri.Value);
XslTransformation.cs (3)
256ns = xn.Attributes["Namespace"].Value; 259arguments.AddParam(xn.Attributes["Name"].Value, ns, xn.Attributes["Value"].Value);
Microsoft.Build.Utilities.Core (1)
SDKManifest.cs (1)
373string value = attribute.Value.Trim();
Microsoft.Maui.Controls.SourceGen (4)
CodeBehindGenerator.cs (4)
169 nsmgr.AddNamespace("", attr.Value); //Add default xmlns 177 nsmgr.AddNamespace(attr.LocalName, attr.Value); 414 XmlnsHelper.ParseXmlns(rootClass.Value, out rootType, out rootClrNamespace, out _, out _); 625 return attr.Value;
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\ImportParameterFile.cs (1)
71TaskItem taskItem = new(nameAttribute.Value);
Microsoft.TestPlatform.Extensions.BlameDataCollector (14)
BlameCollector.cs (10)
357if ((!string.Equals(attribute.Value, Constants.TrueConfigurationValue, StringComparison.OrdinalIgnoreCase) 358&& !string.Equals(attribute.Value, Constants.FalseConfigurationValue, StringComparison.OrdinalIgnoreCase)) 359|| !bool.TryParse(attribute.Value, out _collectDumpAlways)) 368if (Enum.TryParse(attribute.Value, ignoreCase: true, out CrashDumpType value) && Enum.IsDefined(typeof(CrashDumpType), value)) 389return string.Format(CultureInfo.CurrentCulture, Resources.Resources.BlameParameterValueIncorrect, attribute.Name, attribute.Value, string.Join(", ", validValues)); 401if (!attribute.Value.IsNullOrWhiteSpace() && TimeSpanParser.TryParse(attribute.Value, out var timeout)) 407_logger.LogWarning(_context.SessionDataCollectionContext, string.Format(CultureInfo.CurrentCulture, Resources.Resources.UnexpectedValueForInactivityTimespanValue, attribute.Value)); 415if (Enum.TryParse(attribute.Value, ignoreCase: true, out HangDumpType value) && Enum.IsDefined(typeof(HangDumpType), value)) 429if (Enum.TryParse(attribute.Value, ignoreCase: true, out HangDumpType value2) && Enum.IsDefined(typeof(HangDumpType), value2))
XmlReaderWriter.cs (4)
138node.Attributes[Constants.TestNameAttribute]?.Value, 139Source = node.Attributes[Constants.TestSourceAttribute]?.Value, 140DisplayName = node.Attributes[Constants.TestDisplayNameAttribute]?.Value, 141IsCompleted = node.Attributes[Constants.TestCompletedAttribute]?.Value == "True"
Microsoft.TestPlatform.Utilities (4)
CodeCoverageRunSettingsProcessor.cs (1)
234&& bool.TryParse(attribute.Value, out var value)
InferRunSettingsHelper.cs (3)
737attribute.Value.Equals("Code Coverage", StringComparison.OrdinalIgnoreCase)) 744attribute.Value.Equals(CodeCoverageCollectorUri, StringComparison.OrdinalIgnoreCase)) 751attribute.Value.IndexOf("Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector", StringComparison.OrdinalIgnoreCase) >= 0)
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsProviderExtensions.cs (1)
133if (string.Compare(node.Attributes![NameString]!.Value, attrName) == 0)
Microsoft.Web.XmlTransform (11)
XmlElementContext.cs (2)
275namespaceManager.AddNamespace(prefix, nsAttribute.Value); 329string typeName = ParseNameAndArguments(objectAttribute.Value, out argumentString);
XmlLocators.cs (1)
39string keySegment = String.Format(CultureInfo.InvariantCulture, "@{0}='{1}'", keyAttribute.Name, keyAttribute.Value);
XmlTransformation.cs (5)
111if (attribute.Value.Equals(TransformNamespace, StringComparison.Ordinal)) { 251bool fSupressWarning = System.Convert.ToBoolean(SupressWarningsAttribute.Value, System.Globalization.CultureInfo.InvariantCulture); 299assemblyName = attribute.Value; 302nameSpace = attribute.Value; 305path = attribute.Value;
XmlTransforms.cs (3)
167targetAttribute.Value = transformAttribute.Value; 357dataValue = sourceAttribute.Value; 505string transformValue = transformAttribute.Value;
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
801string sdks = xmlAttribute.Value;
PresentationFramework (10)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
486backgroundColor = GetColor(content.Attributes[BackgroundAttributeName].Value); 488activeBackgroundColor = GetColor(content.Attributes[ActiveBackgroundAttributeName].Value);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (8)
211double height = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture); 226double width = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture); 241bool expanded = Convert.ToBoolean(node.Value, CultureInfo.InvariantCulture); 256((IAnnotationComponent)snc).ZOrder = Convert.ToInt32(node.Value, CultureInfo.InvariantCulture); 269double left = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture); 289double top = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture); 300snc.XOffset = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture); 309snc.YOffset = Convert.ToDouble(node.Value, CultureInfo.InvariantCulture);
ReachFramework (3)
PrintConfig\PrtTicket_Editor.cs (3)
156if (attr.Value == PrintSchemaNamespaces.StandardKeywordSet) 160else if (attr.Value == PrintSchemaNamespaces.xsi) 164else if (attr.Value == PrintSchemaNamespaces.xsd)
System.Configuration.ConfigurationManager (1)
System\Configuration\SingleTagSectionHandler.cs (1)
43result[attribute.Name] = attribute.Value;
System.Data.Common (15)
System\Data\XDRSchema.cs (1)
471column.Expression = node.Attributes[i].Value;
System\Data\XMLSchema.cs (12)
34string value = attrs[i].Value; 270string value = attrs[i].Value; 350props.Add(propName, attrs[i].Value); 370_expressions[dc] = attrs[i].Value; 385return nodeAttributes[i].Value; 404props.Add(propName, attrs[i].Value); 2032if (attrs[i].Value == Keywords.FALSE) 2035tmp = attrs[i].Value; 2037defValue = attrs[i].Value; 2146if (attrs[i].Value == Keywords.FALSE) 2149tmp = attrs[i].Value; 2151defValue = attrs[i].Value;
System\Xml\XmlDataDocument.cs (1)
2532SetRowValueFromXmlText(row, c, attr.Value);
System\Xml\XPathNodePointer.cs (1)
1333return attr.Value;
System.Private.Xml (49)
System\Xml\Dom\DocumentSchemaValidator.cs (8)
194dictionary.Add(string.Empty, attr.Value); 202dictionary.Add(attr.LocalName, attr.Value); 345xsiType = attr.Value; 349xsiNil = attr.Value; 354_nsManager.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value); 694xsiType = attr.Value; 698xsiNil = attr.Value; 703_nsManager.AddNamespace(attr.Prefix.Length == 0 ? string.Empty : attr.LocalName, attr.Value);
System\Xml\Dom\DocumentXPathNavigator.cs (2)
399return attribute.Value; 1823namespaceManager.AddNamespace(prefix, attribute.Value);
System\Xml\Dom\XmlAttributeCollection.cs (2)
346parent.OwnerDocument.AddElementWithId(attr.Value, parentElem); //add the element into the hashtable 363parent.OwnerDocument.RemoveElementWithId(attr.Value, parentElem); //remove the element from the hashtable
System\Xml\Dom\XmlElement.cs (3)
272return attr.Value; 342return attr.Value; 643return attr.Value;
System\Xml\Dom\XmlLoader.cs (9)
703mgr.AddNamespace(attr.LocalName, attr.Value); 708mgr.AddNamespace(string.Empty, attr.Value); 714if (attr.Value == "default") 716else if (attr.Value == "preserve") 722lang = attr.Value; 816if (attr.Value == nsUri) 825mgr.AddNamespace(attr.LocalName, attr.Value); 833if (attr.Value == nsUri) 842mgr.AddNamespace(attr.LocalName, attr.Value);
System\Xml\Dom\XmlNode.cs (4)
1106return attr.Value; // found xmlns 1120return attr.Value; // found xmlns:prefix 1189if (attr.Value == namespaceURI) 1197if (attr.Value == namespaceURI)
System\Xml\Dom\XmlNodeReader.cs (8)
483return attr.Value; 506return attr.Value; 532return ((XmlElement)_curNode).Attributes[attributeIndex].Value; 535return ((XmlElement)_elemNode!).Attributes[attributeIndex].Value; 883return attr.Value; 952if (a.Value == namespaceName) 1008dict.Add(_nameTable.Add(string.Empty), _nameTable.Add(a.Value!)); 1016dict.Add(_nameTable.Add(localName), _nameTable.Add(a.Value!));
System\Xml\Serialization\ImportContext.cs (1)
439XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attribute.Value, out _, item);
System\Xml\Serialization\SchemaObjectWriter.cs (2)
205if (a.Value != null) 207WriteAttribute(a.Name, a.NamespaceURI, a.Value);
System\Xml\Serialization\XmlSchemas.cs (3)
310if (a.Value == "True" || a.Value == "true" || a.Value == "1") return true;
System\Xml\Serialization\XmlSerializationReader.cs (4)
804int colon = attr.Value.LastIndexOf(':'); 807attr.Value = $"{_r.LookupNamespace("")}:{attr.Value}"; 811attr.Value = $"{_r.LookupNamespace(attr.Value.Substring(0, colon))}:{attr.Value.AsSpan(colon + 1)}";
System\Xml\Serialization\XmlSerializationWriter.cs (3)
977if (attr.Value != null) 982XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attr.Value, out dims, (container is XmlSchemaObject) ? (XmlSchemaObject)container : null); 991WriteAttribute(attr.Name, attr.NamespaceURI, attr.Value);
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs (2)
29strBuilder.Append(Utils.EscapeAttributeValue(Value)); 37rgbData = Encoding.UTF8.GetBytes(Utils.EscapeAttributeValue(Value));
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
555propagatedNamespace.Value);
System\Security\Cryptography\Xml\Utils.cs (3)
134return !nearestAncestorWithSamePrefix.Value.Equals(a.Value); 529nsattrib.Value = attrib.Value;
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
64namespaceURI = attrib.Value;
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\WSTrust.cs (4)
237context = attr.Value; 338context = attr.Value; 771encodingUri = attr.Value; 779valueTypeUri = attr.Value;
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
139return attr?.Value;