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