3 writes to _soapElement
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
42_soapElement = (SoapElementAttribute)attrs[i]; 63_soapElement = null; 110set { _soapElement = value; }
2 references to _soapElement
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
76if (_soapElement != null) flags |= SoapAttributeFlags.Element; 109get { return _soapElement; }