Base:
property
InnerText
System.Xml.XmlNode.InnerText
1 override of InnerText
System.Private.Xml (1)
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
32
public override string
InnerText
2 writes to InnerText
System.Private.Xml (2)
System\Xml\Dom\XmlAttribute.cs (1)
113
set {
InnerText
= value!; } //use InnerText which has perf optimization
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
36
base.
InnerText
= value;
8 references to InnerText
System.Private.Xml (8)
System\Xml\Dom\XmlAttribute.cs (8)
112
get { return
InnerText
; }
159
ownerElement?.Attributes.ResetParentInElementIdAttrMap(oldInnerText,
InnerText
);
228
string? innerText =
InnerText
;
245
string? innerText =
InnerText
;
262
string? innerText =
InnerText
;
278
string? innerText =
InnerText
;
294
string? innerText =
InnerText
;
311
string? innerText =
InnerText
;