| 1074 | } |
| 1075 | |
| 1076 | bool BfMethodInstance::IsTestMethod() |
| 1077 | { |
| 1078 | return (mMethodInfoEx != NULL) && (mMethodInfoEx->mMethodCustomAttributes != NULL) && (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes != NULL) && |
| 1079 | (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes != NULL) && (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes->Contains(GetOwner()->mModule->mCompiler->mTestAttributeTypeDef)); |
| 1080 | } |
| 1081 | |
| 1082 | bool BfMethodInstance::AllowsSplatting(int paramIdx) |
| 1083 | { |