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