2 writes to EnclosingType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Field.cs (1)
31record.EnclosingType = (TypeDefinition)HandleType(field.OwningType);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3947EnclosingType = visitor.Visit(this, EnclosingType);
6 references to EnclosingType
ILCompiler.MetadataTransform (6)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
3947EnclosingType = visitor.Visit(this, EnclosingType); 3956if (!Object.Equals(EnclosingType, other.EnclosingType)) return false; 3967hash = ((hash << 13) - (hash >> 19)) ^ (EnclosingType == null ? 0 : EnclosingType.GetHashCode()); 3976writer.Write(EnclosingType);