8 references to Parent
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
487return operation.Parent.Dispatch(ref rpc, hasOperationContextBeenSet);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (5)
338int offset = this.Parent.CallContextCorrelationOffset; 373int offset = this.Parent.CallContextCorrelationOffset; 400int offset = this.Parent.ParameterInspectorCorrelationOffset; 439int offset = this.Parent.ParameterInspectorCorrelationOffset; 489bool isConcurrent = this.Parent.IsConcurrent(ref rpc);
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
94this.Correlation = EmptyArray.Allocate(operation.Parent.CorrelationCount); 133if (!operation.IsOneWay && !operation.Parent.ManualAddressing)