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