3 writes to _manualAddressing
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (3)
21
_manualAddressing
= TransportDefaults.ManualAddressing;
29
_manualAddressing
= elementToBeCloned._manualAddressing;
44
_manualAddressing
= value;
2 references to _manualAddressing
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (2)
29
_manualAddressing = elementToBeCloned.
_manualAddressing
;
39
return
_manualAddressing
;