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