2 writes to EnclosingType
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
40
EnclosingType
= (TypeDefinition)HandleType(method.OwningType),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4016
EnclosingType
= visitor.Visit(this, EnclosingType);
7 references to EnclosingType
ILCompiler.MetadataTransform (7)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4016
EnclosingType = visitor.Visit(this,
EnclosingType
);
4025
if (!Object.Equals(
EnclosingType
, other.
EnclosingType
)) return false;
4036
hash = ((hash << 13) - (hash >> 19)) ^ (
EnclosingType
== null ? 0 :
EnclosingType
.GetHashCode());
4045
writer.Write(
EnclosingType
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
757
return
EnclosingType
.ToString(false) + "." + Method.ToString();