| 3232 | } |
| 3233 | |
| 3234 | bool BfMethodRefType::WantsDataPassedAsSplat(int dataIdx) |
| 3235 | { |
| 3236 | if (dataIdx != -1) |
| 3237 | return false; |
| 3238 | return mMethodRef->GetParamIsSplat(mDataToParamIdx[dataIdx]); |
| 3239 | } |
| 3240 | |
| 3241 | ////////////////////////////////////////////////////////////////////////// |
| 3242 |
no test coverage detected