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