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