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

Method Release

IDEHelper/Compiler/CeMachine.h:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410
411 void Release()
412 {
413 if (BfpSystem_InterlockedExchangeAdd32((uint32*)&mRefCount, (uint32)-1) == 1)
414 delete this;
415 }
416
417 ~CeInternalData();
418};

Callers 7

RebuildTypeMethod · 0.45
DoPopulateTypeMethod · 0.45
~BfMethodInfoExMethod · 0.45
UndoDeclarationMethod · 0.45
~BfGenericTypeInfoMethod · 0.45

Calls 1

Tested by

no test coverage detected