mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed IsTypeUsed check for generic parameterized by interfaces
This commit is contained in:
parent
9e71acc003
commit
ee3aa7fc26
2 changed files with 9 additions and 8 deletions
|
@ -477,7 +477,7 @@ public:
|
|||
|
||||
public:
|
||||
bool IsTypeAccessible(BfType* checkType, BfProject* curProject);
|
||||
bool IsTypeUsed(BfType* checkType, BfProject* curProject);
|
||||
bool IsTypeUsed(BfType* checkType, BfProject* curProject, bool conservativeCheck = false);
|
||||
bool IsModuleAccessible(BfModule* module, BfProject* curProject);
|
||||
void FixVDataHash(BfModule* bfModule);
|
||||
void CheckModuleStringRefs(BfModule* module, BfVDataModule* vdataModule, int lastModuleRevision, HashSet<int>& foundStringIds, HashSet<int>& dllNameSet, Array<BfMethodInstance*>& dllMethods, Array<BfCompiler::StringValueEntry>& stringValueEntries);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue