Base:
property
Value
System.Xml.XmlNode.Value
3 overrides of Value
System.Private.Xml (3)
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
76
public override string?
Value
System\Xml\Dom\XmlText.cs (1)
80
public override string?
Value
System\Xml\Dom\XmlWhitespace.cs (1)
70
public override string?
Value
1 write to Value
System.Private.Xml (1)
System\Xml\Dom\XmlCharacterData.cs (1)
34
set {
Value
= value; }
3 references to Value
System.Private.Xml (1)
System\Xml\Dom\XmlCharacterData.cs (1)
33
get { return
Value
!; }
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (2)
41
strBuilder.Append(
Value
);
61
rgbData = Encoding.UTF8.GetBytes(
Value
!);