1 write to Correlation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
78
this.
Correlation
= EmptyArray<object>.Allocate(operation.Parent.CorrelationCount);
2 references to Correlation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
177
rpc.
Correlation
[i] = inspector.BeforeCall(this.Name, rpc.InputParameters);
198
inspector.AfterCall(this.Name, rpc.OutputParameters, rpc.ReturnParameter, rpc.
Correlation
[i]);