3 writes to soapElement
System.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
52this.soapElement = (SoapElementAttribute)attrs[i]; 68this.soapElement = null; 120set { soapElement = value; }
2 references to soapElement
System.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
79if (soapElement != null) flags |= SoapAttributeFlags.Element; 119get { return soapElement; }