1 write to Correlation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
35this.Correlation = EmptyArray<object>.Allocate(operation.Parent.CorrelationCount);
4 references to Correlation
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
94_messageInspectors[i].AfterReceiveReply(ref rpc.Reply, rpc.Correlation[offset + i]); 123rpc.Correlation[offset + i] = _messageInspectors[i].BeforeSendRequest(ref rpc.Request, clientChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
177rpc.Correlation[offset + i]); 215rpc.Correlation[offset + i] = _parameterInspectors[i].BeforeCall(_name, rpc.InputParameters);