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