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