MCPcopy Create free account
hub / github.com/beefytech/Beef / ~BfMethodInfoEx

Method ~BfMethodInfoEx

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:709–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709BfMethodInfoEx::~BfMethodInfoEx()
710{
711 for (auto genericParam : mGenericParams)
712 genericParam->Release();
713 delete mMethodCustomAttributes;
714 delete mClosureInstanceInfo;
715}
716
717BfMethodInstance::~BfMethodInstance()
718{

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected