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