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