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