1 write to Parent
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
33Parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent));
5 references to Parent
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
295return operation.Parent.Dispatch(ref rpc, hasOperationContextBeenSet);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
239if (!IsOneWay && Parent.EnableFaults) 320if (Parent.ValidateMustUnderstand)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
74Correlation = EmptyArray<object>.Allocate(operation.Parent.CorrelationCount); 107if (!operation.IsOneWay && !operation.Parent.ManualAddressing)