5 overrides of Value
System.Private.Xml (5)
System\Xml\Dom\XmlAttribute.cs (1)
110
public override string
Value
System\Xml\Dom\XmlCharacterData.cs (1)
23
public override string?
Value
System\Xml\Dom\XmlDeclaration.cs (1)
69
public override string?
Value
System\Xml\Dom\XmlEntityReference.cs (1)
62
public override string?
Value
System\Xml\Dom\XmlProcessingInstruction.cs (1)
33
public override string
Value
5 writes to Value
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
2336
n.
Value
= value;
System.Private.Xml (4)
System\Xml\Dom\XmlElement.cs (1)
605
linkedNode.
Value
= value;
System\Xml\Dom\XmlNode.cs (3)
770
firstChildTextLikeNode.
Value
= sb.ToString();
781
firstChildTextLikeNode.
Value
= sb.ToString();
954
firstChild.
Value
= value;
73 references to Value
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
691
var plats = platforms.
Value
.Split(',');
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
517
else if (oldValue.
Value
!= value)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
464
node.
Value
,
PresentationFramework-SystemXml (2)
SystemXmlExtension.cs (2)
154
value += node.ChildNodes[i].
Value
;
160
value = node.
Value
;
ReachFramework (2)
PrintConfig\PrtTicket_Base.cs (2)
832
return valueNode.FirstChild.
Value
;
1295
value = valueNode.FirstChild.
Value
;
System.Configuration.ConfigurationManager (10)
System\Configuration\HandlerBase.cs (8)
30
val = a.
Value
;
48
val = bool.Parse(a.
Value
);
72
if (a.
Value
.Trim() != a.
Value
)
80
val = int.Parse(a.
Value
, CultureInfo.InvariantCulture);
116
return attribute.
Value
;
139
if (string.IsNullOrEmpty(attribute.
Value
) && allowEmpty == false)
146
return attribute.
Value
;
System\Configuration\NameValueFileSectionHandler.cs (2)
29
if (fileAttribute != null && fileAttribute.
Value
.Length != 0)
32
filename = fileAttribute.
Value
;
System.Data.Common (9)
System\Data\XmlDataLoader.cs (4)
152
value = n.
Value
;
159
sb.Append(n.
Value
);
182
value = n.
Value
;
190
sb.Append(n.
Value
);
System\Xml\DataPointer.cs (1)
566
return _node.
Value
;
System\Xml\RegionIterator.cs (2)
181
value = n.
Value
;
192
sb.Append(n.
Value
);
System\Xml\XPathNodePointer.cs (2)
310
string? strRet = _node.
Value
;
320
strRet += n.
Value
;
System.Private.DataContractSerialization (12)
System\Runtime\Serialization\SchemaImporter.cs (12)
1027
if (emitDefaultValueAttribute?.
Value
== null)
1029
return XmlConvert.ToBoolean(emitDefaultValueAttribute.
Value
);
1039
if (nameAttribute?.
Value
== null)
1042
if (nsAttribute?.
Value
== null)
1044
return new XmlQualifiedName(nameAttribute.
Value
, nsAttribute.
Value
);
1285
string? name = typeElement.Attributes.GetNamedItem(Globals.GenericNameAttribute)?.
Value
;
1288
string? ns = typeElement.Attributes.GetNamedItem(Globals.GenericNamespaceAttribute)?.
Value
;
1307
if (!int.TryParse(nestedLevelAttribute.
Value
, out argumentLevel))
1308
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.
Value
, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name));
1322
if (!int.TryParse(typeNestedLevelsAttribute.
Value
, out nestedLevels))
1323
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.
Value
, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name));
System.Private.Xml (28)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
478
return _currentNode!.
Value
;
740
_validator!.ValidateText(child.
Value
!);
745
_validator!.ValidateWhitespace(child.
Value
!);
System\Xml\Dom\DocumentXPathNavigator.cs (4)
179
Debug.Assert(_source.
Value
!= null);
180
return _source.
Value
;
204
string? value = _source.
Value
;
212
builder.Append(nextSibling.
Value
);
System\Xml\Dom\XmlDocument.cs (7)
982
newNode = CreateTextNode(node.
Value
);
985
newNode = CreateComment(node.
Value
);
988
newNode = CreateProcessingInstruction(node.Name, node.
Value
!);
995
newNode = CreateCDataSection(node.
Value
);
1014
newNode = CreateWhitespace(node.
Value
);
1018
newNode = CreateSignificantWhitespace(node.
Value
);
1615
string? nodeValue = node.
Value
;
System\Xml\Dom\XmlNamedNodemap.cs (3)
150
string? nodeValue = node.
Value
;
187
string? oldNodeValue = oldNode.
Value
;
217
string? nodeValue = node.
Value
;
System\Xml\Dom\XmlNode.cs (8)
297
string? newChildValue = newChild.
Value
;
412
string? newChildValue = newChild.
Value
;
498
string? oldNodeValue = oldNode.
Value
;
618
string? newChildValue = newChild.
Value
;
746
sb.Append(crtChild.
Value
);
937
return fc.
Value
!;
1471
result += $", Name=\"{_node.Name}\", Value=\"{XmlConvert.EscapeValueForDebuggerDisplay(_node.
Value
!)}\"";
1479
result += $", Value=\"{XmlConvert.EscapeValueForDebuggerDisplay(_node.
Value
!)}\"";
System\Xml\Dom\XmlNodeReader.cs (2)
218
if (_curNode.
Value
!= null || _curNode.NodeType == XmlNodeType.DocumentType)
267
retValue = _curNode.
Value
;
System\Xml\Serialization\_Events.cs (1)
161
get { return _xmlNode.
Value
; }
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (4)
370
if (nameAttribute?.
Value
== null)
373
if (nsAttribute?.
Value
== null)
375
return new XmlQualifiedName(nameAttribute.
Value
, nsAttribute.
Value
);
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Transform.cs (1)
216
_propagatedNamespaces.Add(key, attrib.
Value
);
System\Security\Cryptography\Xml\Utils.cs (2)
115
return IsDefaultNamespaceNode(n) && n.
Value
!.Length == 0;
468
nsattrib.Value = attrib.
Value
;