2 writes to _isSoap
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
153
set {
_isSoap
= value; }
174
newAccessor.
_isSoap
= _isSoap;
2 references to _isSoap
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
152
get { return
_isSoap
; }
174
newAccessor._isSoap =
_isSoap
;