2 writes to _elementName
System.Private.Xml (2)
System\Xml\Serialization\SoapElementAttribute.cs (2)
22_elementName = elementName; 29set { _elementName = value; }
1 reference to _elementName
System.Private.Xml (1)
System\Xml\Serialization\SoapElementAttribute.cs (1)
28get { return _elementName ?? string.Empty; }