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