3 instantiations of RpcCorrelationCallbackMessageProperty
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
398
rpc.CorrelationCallback = new
RpcCorrelationCallbackMessageProperty
(callback, this, ref rpc);
463
rpc.CorrelationCallback = new
RpcCorrelationCallbackMessageProperty
(callback, this, ref rpc);
1859
return new
RpcCorrelationCallbackMessageProperty
(this);
1 reference to RpcCorrelationCallbackMessageProperty
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1849
public RpcCorrelationCallbackMessageProperty(
RpcCorrelationCallbackMessageProperty
rpcCallbackMessageProperty)