@@ -564,11 +564,6 @@ class ClassLoader
564
564
Module * pLookInThisModuleOnly,
565
565
Loader::LoadFlag loadFlag);
566
566
567
- static PTR_Module ComputeLoaderModuleForCompilation (Module *pDefinitionModule, // the module that declares the generic type or method
568
- mdToken token,
569
- Instantiation classInst, // the type arguments to the type (if any)
570
- Instantiation methodInst); // the type arguments to the method (if any)
571
-
572
567
public:
573
568
void Init (AllocMemTracker *pamTracker);
574
569
@@ -718,7 +713,6 @@ class ClassLoader
718
713
BOOL * pfUsesTypeForwarder = NULL );
719
714
720
715
static void EnsureLoaded (TypeHandle typeHnd, ClassLoadLevel level = CLASS_LOADED);
721
- static void TryEnsureLoaded (TypeHandle typeHnd, ClassLoadLevel level = CLASS_LOADED);
722
716
723
717
public:
724
718
// Look up a class by name
@@ -889,24 +883,7 @@ class ClassLoader
889
883
890
884
static void DECLSPEC_NORETURN ThrowTypeLoadException (const TypeKey *pKey, UINT resIDWhy);
891
885
892
-
893
- BOOL IsNested (const NameHandle* pName, mdToken *mdEncloser);
894
- static BOOL IsNested (ModuleBase *pModude, mdToken typeDefOrRef, mdToken *mdEncloser);
895
-
896
886
public:
897
- // Helpers for FindClassModule()
898
- BOOL CompareNestedEntryWithTypeDef (IMDInternalImport *pImport,
899
- mdTypeDef mdCurrent,
900
- EEClassHashTable *pClassHash,
901
- PTR_EEClassHashEntry pEntry);
902
- BOOL CompareNestedEntryWithTypeRef (IMDInternalImport *pImport,
903
- mdTypeRef mdCurrent,
904
- EEClassHashTable *pClassHash,
905
- PTR_EEClassHashEntry pEntry);
906
- BOOL CompareNestedEntryWithExportedType (IMDInternalImport *pImport,
907
- mdExportedType mdCurrent,
908
- EEClassHashTable *pClassHash,
909
- PTR_EEClassHashEntry pEntry);
910
887
911
888
// Attempts to find/load/create a type handle but does not throw
912
889
// if used in "find" mode.
0 commit comments