Base:
property
InnerText
Microsoft.Xml.XmlNode.InnerText
1 override of InnerText
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
35
public override string
InnerText
2 writes to InnerText
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
111
set {
InnerText
= value; } //use InnerText which has perf optimization
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
39
base.
InnerText
= value;
8 references to InnerText
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (8)
110
get { return
InnerText
; }
158
ownerElement.Attributes.ResetParentInElementIdAttrMap(oldInnerText,
InnerText
);
228
string innerText =
InnerText
;
244
string innerText =
InnerText
;
260
string innerText =
InnerText
;
276
string innerText =
InnerText
;
292
string innerText =
InnerText
;
308
string innerText =
InnerText
;