1 write to Correlation
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
36
this.
Correlation
= EmptyArray.Allocate(operation.Parent.CorrelationCount);
4 references to Correlation
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
113
this.messageInspectors[i].AfterReceiveReply(ref rpc.Reply, rpc.
Correlation
[offset + i]);
158
rpc.
Correlation
[offset + i] = this.messageInspectors[i].BeforeSendRequest(ref rpc.Request, (IClientChannel)rpc.Channel.Proxy);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
218
rpc.
Correlation
[offset + i]);
273
rpc.
Correlation
[offset + i] = this.parameterInspectors[i].BeforeCall(this.name, rpc.InputParameters);