12 references to GetTypeIndex
ILCompiler.Compiler (12)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (2)
98
_userDefinedTypeDescriptor.
GetTypeIndex
(methodTable.Type, needsCompleteType: true);
123
_userDefinedTypeDescriptor.
GetTypeIndex
(typeWithStaticBase, needsCompleteType: true);
Compiler\UserDefinedTypeDescriptor.cs (10)
171
descriptor.ElementType =
GetTypeIndex
(type, true);
201
descriptor.ContainingClass =
GetTypeIndex
(method.OwningType, true);
236
descriptor.ParentClass =
GetTypeIndex
(method.OwningType, true);
274
uint typeindex =
GetTypeIndex
(type, false);
302
variableTypeIndex =
GetTypeIndex
(type, needsCompleteIndex);
453
BaseClassId =
GetTypeIndex
(arrayType.BaseType, false)
575
classTypeDescriptor.BaseClassId =
GetTypeIndex
(defType.BaseType, true);
580
classTypeDescriptor.BaseClassId =
GetTypeIndex
(type.Context.GetWellKnownType(WellKnownType.Object), true);
774
classTypeDescriptor.BaseClassId =
GetTypeIndex
(defType.Context.GetWellKnownType(WellKnownType.Object), true);
800
ElementType =
GetTypeIndex
(defType.Context.SystemModule.GetType("Internal.Runtime.CompilerHelpers"u8, "TypeManagerSlot"u8), true)