3 references to CanConvertPrimitiveObjectToType
mscorlib (3)
system\defaultbinder.cs (3)
228if (argTypes[paramOrder[i][j]] == null || !CanConvertPrimitiveObjectToType(args[paramOrder[i][j]],(RuntimeType)pCls)) 258if (argTypes[j] == null || !CanConvertPrimitiveObjectToType(args[j], (RuntimeType)paramArrayType)) 478if (CanConvertPrimitiveObjectToType(value,(RuntimeType)pCls)) {