3 writes to _soapElement
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (3)
57_soapElement = (SoapElementAttribute)attrib; 78_soapElement = null; 136set { _soapElement = value; }
2 references to _soapElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributes.cs (2)
91if (_soapElement != null) flags |= SoapAttributeFlags.Element; 135get { return _soapElement; }