| 978 | void CopyFrom(BfMethodInstance* methodInstance); |
| 979 | |
| 980 | bool IsMixin() |
| 981 | { |
| 982 | return mMethodDef->mMethodType == BfMethodType_Mixin; |
| 983 | } |
| 984 | |
| 985 | BfImportKind GetImportKind(); |
| 986 | BfMethodFlags GetMethodFlags(); |
no outgoing calls
no test coverage detected