2 writes to InputParameters
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
125
rpc.
InputParameters
= this.Invoker.AllocateInputs();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
105
this.
InputParameters
= null;
5 references to InputParameters
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
138
this.Formatter.DeserializeRequest(rpc.Request, rpc.
InputParameters
);
147
rpc.
InputParameters
[0] = rpc.Request;
177
rpc.Correlation[i] = inspector.BeforeCall(this.Name, rpc.
InputParameters
);
222
result = Invoker.InvokeBegin(target, rpc.
InputParameters
, s_invokeCallback, resumeRpc);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
347
this.DisposeParameterList(this.
InputParameters
);