| 915 | } |
| 916 | |
| 917 | bool Beefy::BfMethodInstance::IsSpecializedGenericMethod() |
| 918 | { |
| 919 | return (mMethodInfoEx != NULL) && (mMethodInfoEx->mGenericParams.size() != 0) && (!mIsUnspecialized); |
| 920 | } |
| 921 | |
| 922 | bool Beefy::BfMethodInstance::IsSpecializedGenericMethodOrType() |
| 923 | { |
no test coverage detected