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)
171descriptor.ElementType = GetTypeIndex(type, true); 201descriptor.ContainingClass = GetTypeIndex(method.OwningType, true); 236descriptor.ParentClass = GetTypeIndex(method.OwningType, true); 274uint typeindex = GetTypeIndex(type, false); 302variableTypeIndex = GetTypeIndex(type, needsCompleteIndex); 453BaseClassId = GetTypeIndex(arrayType.BaseType, false) 575classTypeDescriptor.BaseClassId = GetTypeIndex(defType.BaseType, true); 580classTypeDescriptor.BaseClassId = GetTypeIndex(type.Context.GetWellKnownType(WellKnownType.Object), true); 774classTypeDescriptor.BaseClassId = GetTypeIndex(defType.Context.GetWellKnownType(WellKnownType.Object), true); 800ElementType = GetTypeIndex(defType.Context.SystemModule.GetType("Internal.Runtime.CompilerHelpers"u8, "TypeManagerSlot"u8), true)