1 write to ManualAddressing
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
47ManualAddressing = dispatch.ManualAddressing;
3 references to ManualAddressing
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
434if (!ManualAddressing) 500if (!ManualAddressing)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
107if (!operation.IsOneWay && !operation.Parent.ManualAddressing)