3 writes to _soapAttribute
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
46_soapAttribute = (SoapAttributeAttribute)attrs[i]; 64_soapAttribute = null; 116set { _soapAttribute = value; }
2 references to _soapAttribute
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
77if (_soapAttribute != null) flags |= SoapAttributeFlags.Attribute; 115get { return _soapAttribute; }