Base:
property
Value
System.Xml.XmlNode.Value
56 writes to Value
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.Web.Xdt.Extensions (3)
InsertOrAppendAttribute.cs (3)
116att.Value = transformAtt.Value; 127att.Value = $"{att.Value};{transformAtt.Value}"; 135attribute.Value = transformAtt.Value;
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)
1734attr.Value = reader.GetAttribute(i); 2164attr.Value = reader.GetAttribute(i); 2710attr.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; 1473attr.Value = Keywords.FALSE; 1495attr.Value = col.ConvertObjectToXml(value); 1543attr.Value = Keywords.FALSE; 2611_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)
1076attribute.Value = ns;
System.Private.Xml (10)
System\Xml\Dom\XmlDocument.cs (1)
1823_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)
795attr.Value = $"{_r.LookupNamespace("")}:{attr.Value}"; 799attr.Value = $"{_r.LookupNamespace(attr.Value.Substring(0, colon))}:{attr.Value.AsSpan(colon + 1)}"; 1885attr.Value = Reader.Value; 1922xsiTypeAttribute.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)
468nsattrib.Value = attrib.Value; 482nsattrib.Value = namespaces[key] as string; 513nsattrib.Value = ancestorElement.NamespaceURI; 526nsattrib.Value = attrib.Value; 546nsattrib.Value = attrib.NamespaceURI;
130 references to Value
Interop.FunctionalTests (4)
H2SpecCommands.cs (4)
278if (node.Attributes["errors"].Value != "0") 281failures.Add("Test failed: " + node.Attributes["package"].Value + "; " + node.Attributes["name"].Value); 283if (node.Attributes["tests"].Value != "0")
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)
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.Web.Xdt.Extensions (7)
InsertOrAppendAttribute.cs (7)
114if (string.IsNullOrEmpty(att.Value)) 116att.Value = transformAtt.Value; 123if (att.Value == transformAtt.Value) 127att.Value = $"{att.Value};{transformAtt.Value}"; 135attribute.Value = transformAtt.Value;
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)
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; 353props.Add(propName, attrs[i].Value); 373_expressions[dc] = attrs[i].Value; 388return nodeAttributes[i].Value; 407props.Add(propName, attrs[i].Value); 2036if (attrs[i].Value == Keywords.FALSE) 2039tmp = attrs[i].Value; 2041defValue = attrs[i].Value; 2150if (attrs[i].Value == Keywords.FALSE) 2153tmp = attrs[i].Value; 2155defValue = attrs[i].Value;
System\Xml\XmlDataDocument.cs (1)
2534SetRowValueFromXmlText(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)
706mgr.AddNamespace(attr.LocalName, attr.Value); 711mgr.AddNamespace(string.Empty, attr.Value); 717if (attr.Value == "default") 719else if (attr.Value == "preserve") 725lang = attr.Value; 819if (attr.Value == nsUri) 828mgr.AddNamespace(attr.LocalName, attr.Value); 836if (attr.Value == nsUri) 845mgr.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)
446XmlQualifiedName 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)
312if (a.Value == "True" || a.Value == "true" || a.Value == "1") return true;
System\Xml\Serialization\XmlSerializationReader.cs (4)
792int colon = attr.Value.LastIndexOf(':'); 795attr.Value = $"{_r.LookupNamespace("")}:{attr.Value}"; 799attr.Value = $"{_r.LookupNamespace(attr.Value.Substring(0, colon))}:{attr.Value.AsSpan(colon + 1)}";
System\Xml\Serialization\XmlSerializationWriter.cs (3)
930if (attr.Value != null) 935XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attr.Value, out dims, (container is XmlSchemaObject) ? (XmlSchemaObject)container : null); 944WriteAttribute(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); 526nsattrib.Value = attrib.Value;
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
64namespaceURI = attrib.Value;
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
139return attr?.Value;