1 write to paramTypes
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
267this.paramTypes = paramTypes;
3 references to paramTypes
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryFunctions.cs (3)
275return this.paramTypes; 293|| this.paramTypes.Length != args.Count 299return (this.paramTypes.Length == args.Count);