2 writes to _inheritBaseAddressSettings
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
68
_inheritBaseAddressSettings
= elementToBeCloned.InheritBaseAddressSettings;
186
_inheritBaseAddressSettings
= value;
3 references to _inheritBaseAddressSettings
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
182
return
_inheritBaseAddressSettings
;
586
if (
_inheritBaseAddressSettings
!= http.
_inheritBaseAddressSettings
)