Base:
property
InnerText
Microsoft.Xml.XmlNode.InnerText
1 write to InnerText
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (1)
68
set {
InnerText
= value; }
2 references to InnerText
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (2)
67
get { return
InnerText
; }
159
w.WriteProcessingInstruction(Name,
InnerText
);