MCPcopy Create free account
hub / github.com/beefytech/Beef / GetMethodInfoEx

Method GetMethodInfoEx

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1687–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687BfMethodInfoEx* BfMethodInstance::GetMethodInfoEx()
1688{
1689 if (mMethodInfoEx == NULL)
1690 mMethodInfoEx = new BfMethodInfoEx();
1691 return mMethodInfoEx;
1692}
1693
1694void BfMethodInstance::ReportMemory(MemReporter* memReporter)
1695{

Callers 11

GetCustomAttributesMethod · 0.80
GetMethodInstanceMethod · 0.80
ProcessMethodMethod · 0.80
DoMethodDeclarationMethod · 0.80
BuildMethod · 0.80
GetLambdaInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected