4 references to ParameterInspectors
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
219get { return this.ParameterInspectors; }
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
333max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count);
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
61this.parameterInspectors = EmptyArray<IParameterInspector>.ToArray(operation.ParameterInspectors);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
57clientOp.ParameterInspectors.Add(inspector);