7 references to ConvertValue
System.ServiceModel (7)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
312ConvertValue(GetVariableType(value), objType);
System\ServiceModel\Dispatcher\InvokerUtil.cs (6)
114ilg.ConvertValue(type, ilg.CurrentMethod.ReturnType); 275ilg.ConvertValue(TypeOfObject, parameterType); 282ilg.ConvertValue(TypeOfObject, parameterType); 308ilg.ConvertValue(targetArg.ArgType, targetType); 334ilg.ConvertValue(method.ReturnType, ilg.CurrentMethod.ReturnType); 348ilg.ConvertValue(parameterLocals[i].LocalType, TypeOfObject);