3 writes to _soapAttribute
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
63_soapAttribute = (SoapAttributeAttribute)attrs[i]; 81_soapAttribute = null; 133set { _soapAttribute = value; }
2 references to _soapAttribute
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
94if (_soapAttribute != null) flags |= SoapAttributeFlags.Attribute; 132get { return _soapAttribute; }