1 write to InputParameters
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
36this.InputParameters = inputs;
4 references to InputParameters
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (4)
215rpc.Correlation[offset + i] = _parameterInspectors[i].BeforeCall(_name, rpc.InputParameters); 242rpc.Request = _formatter.SerializeRequest(rpc.MessageVersion, rpc.InputParameters); 253if (rpc.InputParameters[0] == null) 258rpc.Request = (Message)rpc.InputParameters[0];