3 writes to _soapElement
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
59_soapElement = (SoapElementAttribute)attrs[i]; 80_soapElement = null; 127set { _soapElement = value; }
2 references to _soapElement
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
93if (_soapElement != null) flags |= SoapAttributeFlags.Element; 126get { return _soapElement; }