2 writes to elementName
System.Xml (2)
System\Xml\Serialization\SoapElementAttribute.cs (2)
33
this.
elementName
= elementName;
42
set {
elementName
= value; }
2 references to elementName
System.Xml (2)
System\Xml\Serialization\SoapElementAttribute.cs (2)
41
get { return
elementName
== null ? string.Empty :
elementName
; }