7 references to EETypeCreator
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\EETypeCreator.cs (1)
49
return
EETypeCreator
.GetDictionary(rtth.ToEETypePtr());
Internal\Runtime\TypeLoader\TypeBuilder.cs (6)
514
RuntimeTypeHandle rtt =
EETypeCreator
.CreateEEType(type, state);
611
int dictionarySlot =
EETypeCreator
.GetDictionarySlotInVTable(type);
670
int dictionarySlot =
EETypeCreator
.GetDictionarySlotInVTable(baseType);
1182
pointerTypeHandle =
EETypeCreator
.CreatePointerEEType((uint)pointerType.GetHashCode(), pointeeTypeHandle, pointerType);
1202
byRefTypeHandle =
EETypeCreator
.CreateByRefEEType((uint)byRefType.GetHashCode(), pointeeTypeHandle, byRefType);
1227
runtimeTypeHandle =
EETypeCreator
.CreateFunctionPointerEEType((uint)functionPointerType.GetHashCode(), returnTypeHandle, parameterHandles, functionPointerType);