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