1 write to Correlation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
35
this.
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]);
123
rpc.
Correlation
[offset + i] = _messageInspectors[i].BeforeSendRequest(ref rpc.Request, clientChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
177
rpc.
Correlation
[offset + i]);
215
rpc.
Correlation
[offset + i] = _parameterInspectors[i].BeforeCall(_name, rpc.InputParameters);