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