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