2 writes to Method
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
41
Method
= HandleMethodDefinition(method),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4015
Method
= visitor.Visit(this, Method);
7 references to Method
ILCompiler.MetadataTransform (7)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4015
Method = visitor.Visit(this,
Method
);
4024
if (!Object.Equals(
Method
, other.
Method
)) return false;
4035
hash = ((hash << 13) - (hash >> 19)) ^ (
Method
== null ? 0 :
Method
.GetHashCode());
4044
writer.Write(
Method
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
757
return EnclosingType.ToString(false) + "." +
Method
.ToString();