3 references to Parent
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
303return operation.Parent.Dispatch(ref rpc, hasOperationContextBeenSet);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
78this.Correlation = EmptyArray<object>.Allocate(operation.Parent.CorrelationCount); 111if (!operation.IsOneWay && !operation.Parent.ManualAddressing)