3 writes to _soapType
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
50
_soapType
= (SoapTypeAttribute)attrs[i];
65
_soapType
= null;
92
set {
_soapType
= value; }
2 references to _soapType
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
79
if (
_soapType
!= null) flags |= SoapAttributeFlags.Type;
91
get { return
_soapType
; }