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