2 writes to innerCallback
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1843
this.
innerCallback
= innerCallback;
1852
this.
innerCallback
= rpcCallbackMessageProperty.innerCallback;
4 references to innerCallback
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
1852
this.innerCallback = rpcCallbackMessageProperty.
innerCallback
;
1871
IAsyncResult result = this.
innerCallback
.BeginFinalizeCorrelation(message, timeout, callback, state);
1889
Message message = this.
innerCallback
.EndFinalizeCorrelation(result);
1908
Message newMessage = this.
innerCallback
.FinalizeCorrelation(message, timeout);