2 writes to EnclosingType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Type.cs (1)
237record.EnclosingType = enclosingType;
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4379EnclosingType = visitor.Visit(this, EnclosingType);
8 references to EnclosingType
ILCompiler.MetadataTransform (8)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4379EnclosingType = visitor.Visit(this, EnclosingType); 4397if (!Object.Equals(EnclosingType, other.EnclosingType)) return false; 4409hash = ((hash << 13) - (hash >> 19)) ^ (EnclosingType == null ? 0 : EnclosingType.GetHashCode()); 4427writer.Write(EnclosingType);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (2)
680if (this.EnclosingType != null) 682str = this.EnclosingType.ToString(false) + "+" + Name.Value;