2 writes to BaseType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Type.cs (1)
271record.BaseType = HandleType(entity.BaseType);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4376BaseType = visitor.Visit(this, BaseType);
6 references to BaseType
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4376BaseType = visitor.Visit(this, BaseType); 4418Debug.Assert(BaseType == null || 4419BaseType.HandleType == HandleType.TypeDefinition || 4420BaseType.HandleType == HandleType.TypeReference || 4421BaseType.HandleType == HandleType.TypeSpecification); 4422writer.Write(BaseType);