| 957 | } |
| 958 | |
| 959 | bool BfMethodInstance::HasExternConstraints() |
| 960 | { |
| 961 | return (mMethodInfoEx != NULL) && (mMethodInfoEx->mGenericParams.size() > mMethodInfoEx->mMethodGenericArguments.size()); |
| 962 | } |
| 963 | |
| 964 | bool BfMethodInstance::HasParamsArray() |
| 965 | { |