4 references to ParamTypes
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathCompiler.cs (4)
361if (ValueDataType.None != function.ParamTypes[index]) 363if (param.ReturnType != function.ParamTypes[index]) 365if (function.ParamTypes[index] == ValueDataType.Sequence) 370this.CompileTypecast(function.ParamTypes[index]);