4 references to ParameterInspectors
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
69this.inspectors = EmptyArray<IParameterInspector>.ToArray(operation.ParameterInspectors);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
689max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count); 691max = System.Math.Max(max, this.unhandled.ParameterInspectors.Count);
System.ServiceModel.Web (1)
System\ServiceModel\Web\AspNetCacheProfileAttribute.cs (1)
46dispatchOperation.ParameterInspectors.Add(new CachingParameterInspector(this.cacheProfileName));