7 writes to CorrelationCallback
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (6)
377rpc.CorrelationCallback = callback; 391rpc.CorrelationCallback = null; 398rpc.CorrelationCallback = new RpcCorrelationCallbackMessageProperty(callback, this, ref rpc); 428rpc.CorrelationCallback = callback; 449rpc.CorrelationCallback = null; 463rpc.CorrelationCallback = new RpcCorrelationCallbackMessageProperty(callback, this, ref rpc);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
95this.CorrelationCallback = null;
8 references to CorrelationCallback
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (6)
379rpc.Reply = rpc.CorrelationCallback.FinalizeCorrelation(reply, 399reply.Properties[CorrelationCallbackMessageProperty.Name] = rpc.CorrelationCallback; 431rpc.AsyncResult = rpc.CorrelationCallback.BeginFinalizeCorrelation(reply, 464reply.Properties[CorrelationCallbackMessageProperty.Name] = rpc.CorrelationCallback; 582rpc.Reply = rpc.CorrelationCallback.EndFinalizeCorrelation(rpc.AsyncResult); 1387if (rpc.CorrelationCallback == null || rpc.FinalizeCorrelationImplicitly)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
173get { return this.CorrelationCallback != null && this.CorrelationCallback.IsFullyDefined; }