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