1 write to Correlation
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
94
this.
Correlation
= EmptyArray.Allocate(operation.Parent.CorrelationCount);
6 references to Correlation
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
345
rpc.
Correlation
[offset + i] = initializer.BeforeInvoke(rpc.InstanceContext, channel, rpc.Request);
380
initializer.AfterInvoke(rpc.
Correlation
[offset + i]);
416
rpc.
Correlation
[offset + i] = inspector.BeforeCall(this.Name, rpc.InputParameters);
455
inspector.AfterCall(this.Name, rpc.OutputParameters, rpc.ReturnParameter, rpc.
Correlation
[offset + i]);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
262
rpc.
Correlation
[offset + i] = this.messageInspectors[i].AfterReceiveRequest(ref rpc.Request, (IClientChannel)rpc.Channel.Proxy, rpc.InstanceContext);
318
this.messageInspectors[i].BeforeSendReply(ref reply, rpc.
Correlation
[offset + i]);