3 references to TypeDefTable
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
33return module.TypeDefTable.GetOrAdd(handle, module, s_resolveTypeDef);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (2)
124return TypeDefTable.ToArray<Type>(skip: 1); // 0x02000001 is the <Module> type which is always skipped by this api. 130return TypeDefTable.EnumerateValues(skip: 1)!; // 0x02000001 is the <Module> type which is always skipped by this api.