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