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