2 writes to _isManualAddressing
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
59_isManualAddressing = clientRuntime.ManualAddressing; 86_isManualAddressing = channelDispatcher.ManualAddressing;
2 references to _isManualAddressing
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1002if (!object.ReferenceEquals(requestID, null) && !_isManualAddressing) 1006if (!_hasSession && !_isManualAddressing)