| 441 | } |
| 442 | |
| 443 | bool BfPropertyDef::HasExplicitInterface() |
| 444 | { |
| 445 | for (auto methodDef : mMethods) |
| 446 | { |
| 447 | if (methodDef->mExplicitInterface != NULL) |
| 448 | return true; |
| 449 | } |
| 450 | return false; |
| 451 | } |
| 452 | |
| 453 | bool BfPropertyDef::IsExpressionBodied() |
| 454 | { |
no outgoing calls
no test coverage detected