| 16045 | } |
| 16046 | |
| 16047 | bool BfModule::IsInGeneric() |
| 16048 | { |
| 16049 | return ((mCurMethodInstance != NULL) && (mCurMethodInstance->GetNumGenericArguments() != 0)) || (mCurTypeInstance->IsGenericTypeInstance()); |
| 16050 | } |
| 16051 | |
| 16052 | bool BfModule::InDefinitionSection() |
| 16053 | { |
no test coverage detected