3 writes to _soapAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (3)
61_soapAttribute = (SoapAttributeAttribute)attrib; 79_soapAttribute = null; 146set { _soapAttribute = value; }
2 references to _soapAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (2)
92if (_soapAttribute != null) flags |= SoapAttributeFlags.Attribute; 145get { return _soapAttribute; }