3 writes to _soapType
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
67
_soapType
= (SoapTypeAttribute)attrs[i];
82
_soapType
= null;
109
set {
_soapType
= value; }
2 references to _soapType
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
96
if (
_soapType
!= null) flags |= SoapAttributeFlags.Type;
108
get { return
_soapType
; }